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

Luiz F. A. de Prá
22.56.2021 ba25ee88f45ae703a0bcfcc235d7ece82695f70f
1
2
3
{{- if and (not (eq (.Site.DisqusShortname | default "") "")) (eq (.Params.disableComments | default false) false) -}}
  {{ template "_internal/disqus.html" . }}
{{- end -}}