comments.html 187 B

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