Skip to content

Commit 4dbc24c

Browse files
committed
Fix deprecation warn
1 parent 236296c commit 4dbc24c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

layouts/_default/comments.html

+9
Original file line numberDiff line numberDiff line change
@@ -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+
{{ end }}
8+
<!-- add custom comments markup here -->
9+
</div>

0 commit comments

Comments
 (0)