aboutsummaryrefslogtreecommitdiff
path: root/layouts/posts/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/posts/single.html')
-rw-r--r--layouts/posts/single.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/layouts/posts/single.html b/layouts/posts/single.html
index 62a875b..2c94eb0 100644
--- a/layouts/posts/single.html
+++ b/layouts/posts/single.html
@@ -44,8 +44,10 @@
</a>
{{- end }}
</div>
- {{- with .Site.DisqusShortname }}
- {{ partialCached "disqus.html" . }}
+ {{- if .Site.DisqusShortname }}
+ <div id="disqus" class="thin">
+ {{ template "_internal/disqus.html" . }}
+ </div>
{{- end }}
</main>
{{ end }}