G
Ryan's Git Repos
rschanzorg-public
files
log
graph
refs
Ref
main
themes/hugo-coder/layouts/partials/posts/disqus.html
main
· 191 B · 3 lines
raw
1
{{- if and (not (eq (.Site.Config.Services.Disqus.Shortname | default "") "")) (eq (.Params.disableComments | default false) false) -}}
2
{{ template "_internal/disqus.html" . }}
3
{{- end -}}