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

6a044c8d316a8f6004f28b7e95986895354fd598 · 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 -}}