Files
homepage/themes/hugo-coder/layouts/partials/posts/commento.html
Hendrik Hogertz 63ba272b75 first commit
2022-01-15 00:56:38 +01:00

5 lines
251 B
HTML

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