template cleanup

This commit is contained in:
Wyatt Johnson
2018-02-13 12:46:55 -07:00
parent fc27e02140
commit 0a324a2268
7 changed files with 20 additions and 38 deletions
+1 -4
View File
@@ -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>