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

John Feminella
05.32.2026 3d3bbd75d7bb46a4670af89442cf0b961440bd4e
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 -}}