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

53e7912a595abc057955e61a8dae2bcda9d9c51f · 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 -}}