summaryrefslogtreecommitdiff
path: root/themes/beautifulhugo/layouts/partials/disqus.html
blob: 8029525948a8a1ede63b229c9580c6efaffbd9d6 (plain)
1
2
3
4
5
6
7
{{ if (.Params.comments) | or (and (or (not (isset .Params "comments")) (eq .Params.comments nil)) (.Site.Params.comments)) }}
  {{ if .Site.DisqusShortname }}
    <div class="comments">
      {{ template "_internal/disqus.html" . }}
    </div>
  {{ end }}
{{ end }}