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

5 lines
252 B
HTML
Raw Normal View History

2020-07-16 22:43:30 +02:00
{{- if and (isset .Site.Params "commentourl") (not (eq .Site.Params.commentoUrl "" )) (eq (.Params.disable_comments | default false) false) -}}
<div id="commento"></div>
<script src="{{ .Site.Params.commentoUrl }}/js/commento.js"></script>
{{- end -}}