mirror of https://github.com/luizdepra/hugo-coder.git

Joseph Sanders
29.32.2020 6302a4b82ba219fc1b7597a6165ae4d88aa8b2ac
1
2
3
{{- if and (not (eq (.Site.DisqusShortname | default "") "")) (eq (.Params.disable_comments | default false) false) -}}
  {{ template "_internal/disqus.html" . }}
{{- end -}}