From 9d48f0cdf53d6c8f841a5391eb889e5affd03db1 Mon Sep 17 00:00:00 2001 From: Luana <47929717+luanacc@users.noreply.github.com> Date: Thu, 25 Nov 2021 23:30:49 -0300 Subject: [PATCH] Fix the contact page HTML title (#8) --- templates/contact.gohtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/contact.gohtml b/templates/contact.gohtml index 02e19b0..30b1e61 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" }}