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

github.com/chipsenkbeil/grid-side.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChip Senkbeil <chip.senkbeil@gmail.com>2015-09-28 23:27:32 +0300
committerChip Senkbeil <chip.senkbeil@gmail.com>2015-09-28 23:27:32 +0300
commitc37f94e5d1120002805a1ad3dceb8429fc5e4b49 (patch)
treec82d78a58a7208376ea182a6f19e56948d9c3085
parentdf32b157a23e4d6550eeef8b489547cc6b6d501b (diff)
Added disqus to post section
-rw-r--r--layouts/partials/post/single.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/post/single.html b/layouts/partials/post/single.html
index 9df8a90..1c6d449 100644
--- a/layouts/partials/post/single.html
+++ b/layouts/partials/post/single.html
@@ -31,6 +31,8 @@
{{ end }}
</section>
+ {{ partial "extra/disqus.html" . }}
+
<footer class="right-align">
<p><small>{{ .Site.Copyright | markdownify }}</small></p>
</footer>