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

github.com/vaga/hugo-theme-m10c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 523b8d5..8dcd8cc 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -26,5 +26,8 @@
<div class="post-content">
{{ .Content }}
</div>
+ <div class="post-footer">
+ {{ template "_internal/disqus.html" . }}
+ </div>
</article>
{{ end }}