comments.html 268 B

1234567
  1. {{ if and (and (not (eq .Site.DisqusShortname "")) (not (isset .Site.Params "disable_comments")) (not (isset .Params "disable_comments"))) }}
  2. <section id="comments">
  3. <div id="disqus_thread">
  4. {{ template "_internal/disqus.html" . }}
  5. </div>
  6. </section>
  7. {{ end }}