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

Daniel Olshansky
24.05.2024 f4a81678630c7274025d5c44ee01a135f09f3e40
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 -}}