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

Luiz F. A. de Prá
29.31.2022 2b8d4c11435fd598ca133ffe8288639a08079224
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 -}}