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
1 changed files with 1 additions and 1 deletions

View File

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