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

John Feminella
09.10.2022 46561a663a6a255eb561ea78e94b5e6db46f1ba0
1
2
3
4
{{- if and (isset .Site.Params "commentourl") (not (eq .Site.Params.commentoURL "" )) (eq (.Params.disableComments | default false) false) -}}
<div id="commento"></div>
<script src="{{ .Site.Params.commentoURL }}/js/commento.js"></script>
{{- end -}}