We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 236296c commit 4dbc24cCopy full SHA for 4dbc24c
layouts/_default/comments.html
@@ -0,0 +1,9 @@
1
+<div class="post_comments">
2
+ {{ if .Site.Config.Services.Disqus.Shortname }}
3
+ {{ template "_internal/disqus.html" . }}
4
+ {{ end }}
5
+ {{ if .Site.Params.utterances }}
6
+ {{ template "partials/utterances.html" . }}
7
8
+ <!-- add custom comments markup here -->
9
+</div>
0 commit comments