Files
homepage/themes/Gregroad/layouts/partials/comments.html
T

5 lines
205 B
HTML
Raw Normal View History

2025-09-28 21:48:47 -05:00
{{ if and .Site.Config.Services.Disqus.Shortname (index .Params "comments" | default "true") (not hugo.IsServer) }}
2022-10-10 16:06:10 -05:00
<section class="comments">
{{ template "_internal/disqus.html" . }}
</section>
{{ end }}