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

Easton Man
22.16.2023 a198b8eb15c0d1a25baf7574bfebeae9be1abcf4
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 -}}