From 81e87c23186205e1f2254e935f819a7bf3472442 Mon Sep 17 00:00:00 2001 From: Nishanth Shanmugham Date: Mon, 21 Dec 2015 03:26:43 -0600 Subject: [PATCH] Breaking change: Add disqus element. Required adding disqusShortname = "XYZ" to config.toml Details: http://gohugo.io/extras/comments/ This resolves #4. --- layouts/posts/single.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layouts/posts/single.html b/layouts/posts/single.html index b08327b..e85efa8 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -20,6 +20,9 @@

Back to posts

+
+ {{ template "_internal/disqus.html" . }} +