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:
-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>