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

Carmine Carlo
17.08.2022 750ff9a602bb785f1356e87cc8e81f55618e55c7
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 -}}