diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 5 |
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> |