templates: add title tags
1 file changed, 4 insertions(+), 0 deletions(-)
changed files
M templates/index.html → templates/index.html
@@ -2,6 +2,10 @@ {{ define "index" }} <html> {{ template "head" . }} + <title> + {{ .meta.Title }} + </title> + <header> <h1>{{ .meta.Title }}</h1> <h2>{{ .meta.Description }}</h2>