From f9feaa548c86acfd57e875abba25579ec07ab7dc Mon Sep 17 00:00:00 2001 From: Muhammad Aswan Syahputra Date: Thu, 15 Mar 2018 17:04:13 +0100 Subject: Fix the unwanted header in contact form String 'true' is shown above the contact form as a header when the form is enabled. I suggest to delete it. --- layouts/partials/contact.html | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/partials/contact.html b/layouts/partials/contact.html index 471a7b6..d1d55e4 100755 --- a/layouts/partials/contact.html +++ b/layouts/partials/contact.html @@ -21,7 +21,6 @@ {{ if .Site.Params.contact.form }}
-

{{ with .Site.Params.contact.form }}{{ . | markdownify }}{{ end }}

{{ with .Site.Params.contact.name }} -- cgit v1.2.3