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

John Feminella
29.46.2022 3762d3a24cf1b77e6d9bf1223ebdda173e53f498
1
2
3
{{- if and (not (eq (.Site.DisqusShortname | default "") "")) (eq (.Params.disableComments | default false) false) -}}
  {{ template "_internal/disqus.html" . }}
{{- end -}}