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

Sam A
28.55.2022 30e9adb8321c431d843aafc6acb4491341d97dce
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 -}}