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

Eltjo
22.50.2022 abc1133c7e077d484e4c97f75cee8460a3004397
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 -}}