themes/hugo-coder/layouts/partials/posts/commento.html

0089bb3ea91494f3c0351c83d6049297fe088afd · 251 B · 4 lines raw

1 {{- if and (isset .Site.Params "commentourl") (not (eq .Site.Params.commentoURL "" )) (eq (.Params.disableComments | default false) false) -}}
2 <div id="commento"></div>
3 <script src="{{ .Site.Params.commentoURL }}/js/commento.js"></script>
4 {{- end -}}