diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html index 25cedfb..1ed1ac2 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,6 +2,10 @@ <html> {{ template "head" . }} + <title> + {{ .meta.Title }} + </title> + <header> <h1>{{ .meta.Title }}</h1> <h2>{{ .meta.Description }}</h2> |