Files
hugo-cwpearson/themes/hugo-academic-master/layouts/partials/comments.html
Carl Pearson be45676d32 Initial commit
2017-03-12 21:27:57 -05: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 }}