aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index f803942..93ac64b 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,7 +1,10 @@
{{ define "index" }}
<!DOCTYPE html>
<html>
-{{ template "head" . }}
+ <head>
+ {{ template "generichead" . }}
+ <title>{{ .meta.Title }}</title>
+ </head>
<body>
<header>
<h1>{{ .meta.Title }}</h1>