comments.html 227 B

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