portfolios_pgp/layouts/partials/comments.html
2021-12-31 12:44:26 +01:00

6 lines
187 B
HTML

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