comments.html 189 B

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