1
mirror of https://github.com/jlelse/GoBlog synced 2024-06-01 19:14:27 +00:00

Fix the contact page HTML title (#8)

This commit is contained in:
Luana 2021-11-25 23:30:49 -03:00 committed by Jan-Lukas Else
parent c3b4e5b8ab
commit 9d48f0cdf5

View File

@ -1,5 +1,5 @@
{{ define "title" }} {{ define "title" }}
<title>{{ .Data.Name }}</title> <title>{{ with .Data.title }}{{ mdtitle . }} - {{ end }}{{ mdtitle .Blog.Title }}</title>
{{ end }} {{ end }}
{{ define "main" }} {{ define "main" }}