Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/saey55/hugo-elate-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Aswan Syahputra <muhammadaswansyahputra@gmail.com>2018-03-15 19:04:13 +0300
committerGitHub <noreply@github.com>2018-03-15 19:04:13 +0300
commitf9feaa548c86acfd57e875abba25579ec07ab7dc (patch)
treeaf8d9db374736d1f27c9c94775bf43e9fdd65d34
parentb0f29aa9ab759186050047c8aea882dc273f20ac (diff)
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.
-rwxr-xr-xlayouts/partials/contact.html1
1 files changed, 0 insertions, 1 deletions
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 @@
</div>
{{ if .Site.Params.contact.form }}
<div class="col-md-6 to-animate">
- <h3>{{ with .Site.Params.contact.form }}{{ . | markdownify }}{{ end }}</h3>
<form method="post" action="//formspree.io/{{ with .Site.Params.email }}{{.}}{{ end }}">
<div class="form-group ">
{{ with .Site.Params.contact.name }}