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

Björn Albers
27.20.2025 70c0792f78b257c7b3c7614b2bc7dffa95f5143f
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 -}}