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:
authorFabrizio Lungo <git@flungo.me>2019-03-17 17:14:11 +0300
committerFabien <vaga@users.noreply.github.com>2019-04-01 21:03:12 +0300
commit8f72bdea484959c552243bbc1d6cebb5457e624c (patch)
tree4c2e21a0de04e294dd4f7d42a6147265b9bf232e
parenta5494c7d1616d75f0c217162a4bb9bf3f1b1391d (diff)
Add support for disqus
-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 }}