commento.html 217 B

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