aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 53d566d..dafac9f 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -8,9 +8,9 @@
<div class="content">
{{ .Content }}
</div>
- {{- if and .Params.comments .Site.DisqusShortname }}
- <div id="disqus" class="thin">
- {{ template "_internal/disqus.html" . }}
+ {{- if .Params.comments }}
+ <div id="comments" class="thin">
+ {{ partial "comments.html" . }}
</div>
{{- end }}
</main>