simoncor.net/themes/hugo-coder/layouts/partials/posts/disqus.html

4 lines
175 B
HTML
Raw Normal View History

2020-07-16 22:43:30 +02:00
{{- if and (not (eq (.Site.DisqusShortname | default "") "")) (eq (.Params.disable_comments | default false) false) -}}
{{ template "_internal/disqus.html" . }}
{{- end -}}