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

github.com/IvanChou/hugo-theme-vec.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/page/single.html')
-rw-r--r--layouts/page/single.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/page/single.html b/layouts/page/single.html
index c19795e..665095f 100644
--- a/layouts/page/single.html
+++ b/layouts/page/single.html
@@ -15,7 +15,12 @@
<div class="post-content">
{{ .Content }}
</div>
+
+ {{ if .Params.formspree }}{{ partial "formspree.html" . }}{{ end }}
+
</section>
+
+ {{ if .Params.comments }}{{ partial "disqus.html" . }}{{ end }}
</div>
{{ partial "footer.html" . }}