mirror of
https://github.com/wassname/talk.git
synced 2026-08-04 13:23:35 +08:00
template cleanup
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Talk: GraphQL Docs</title>
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
|
||||
<style media="screen">
|
||||
@@ -25,9 +24,7 @@
|
||||
font-weight: bold;
|
||||
}
|
||||
</style>
|
||||
<%_ if (locals.customCssUrl) { _%>
|
||||
<link href="<%= customCssUrl %>" rel="stylesheet" type="text/css">
|
||||
<%_ } _%>
|
||||
<%- include partials/head %>
|
||||
</head>
|
||||
<body class="docs-page">
|
||||
<div id="root"></div>
|
||||
|
||||
Reference in New Issue
Block a user