diff --git a/templates/contact.gohtml b/templates/contact.gohtml index 02e19b0..cbd2520 100644 --- a/templates/contact.gohtml +++ b/templates/contact.gohtml @@ -1,5 +1,5 @@ {{ define "title" }} - {{ .Data.Name }} + {{ with .Data.title }}{{ mdtitle . }} - {{ end }}{{ mdtitle .Blog.Title }} {{ end }} {{ define "main" }} @@ -27,4 +27,4 @@ {{ define "contact" }} {{ template "base" . }} -{{ end }} \ No newline at end of file +{{ end }}