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

Luiz F. A. de Prá
2 days ago 0450553ace0372ac31a0929a59dc021144c2c2c8
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 -}}