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

github.com/dplesca/purehugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDragos Plesca <dragos.plesca@gmail.com>2015-03-21 00:09:41 +0300
committerDragos Plesca <dragos.plesca@gmail.com>2015-03-21 00:09:41 +0300
commit5acd820bfac2591c20be6855ccd122615c1f044c (patch)
treeae4cdc8cd6ad66c2a5f5c4d7f1778d4b714e189a /layouts
parente5dcff2b9ea63c8ddecf5d1e5d73d11cab856bc0 (diff)
disqus support
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/single.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 4f4c51d..239ff1a 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -27,6 +27,7 @@
<div class="post-description">
{{ .Content }}
</div>
+ {{ template "_internal/disqus.html" . }}
</section>
</div>
{{ partial "footer.html" . }}