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, 2 insertions, 4 deletions
diff --git a/layouts/posts/single.html b/layouts/posts/single.html
index c84c50c..a748b95 100644
--- a/layouts/posts/single.html
+++ b/layouts/posts/single.html
@@ -50,11 +50,9 @@
</a>
{{- end }}
</div>
- {{- if .Site.DisqusShortname }}
- <div id="disqus" class="thin">
- {{ template "_internal/disqus.html" . }}
+ <div id="comments" class="thin">
+ {{ partial "comments.html" . }}
</div>
- {{- end }}
</main>
{{ end }}