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

Clément Pannetier
04.28.2020 c5fbd48e918a6f43281ee4bb81c9b25922fe7758
1
2
3
{{- if and (not (eq (.Site.DisqusShortname | default "") "")) (eq (.Params.disableComments | default false) false) -}}
  {{ template "_internal/disqus.html" . }}
{{- end -}}