5 lines
No EOL
173 B
HTML
5 lines
No EOL
173 B
HTML
{{ if and (.Site.DisqusShortname) (.Param "comments") (not .Site.IsServer) }}
|
|
<section class="comments block">
|
|
{{ template "_internal/disqus.html" . }}
|
|
</section>
|
|
{{ end }} |