hugo-theme-introduction/layouts/partials/comments.html
Kevin Ottens 29aa348daa Move comments handling in a partial (#138)
This way it's much easier to tune the comment handling in general (like
disable it for some sections) or integrate a different commenting system
than disqus.
2019-03-15 11:03:46 +01:00

5 lines
128 B
HTML

{{- if .Site.DisqusShortname }}
<div class="disqus">
{{ template "_internal/disqus.html" . }}
</div>
{{- end }}