Files
hugo-cwpearson/themes/academic/layouts/partials/comments.html
Carl Pearson c86ae95ea6 add theme
2017-07-18 17:40:37 -04:00

8 lines
227 B
HTML

{{ if and .Site.DisqusShortname (not (or .Site.Params.disable_comments .Params.disable_comments)) }}
<section id="comments">
<div id="disqus_thread">
{{ template "_internal/disqus.html" . }}
</div>
</section>
{{ end }}