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

5 lines
251 B
HTML
Raw Normal View History

2024-08-26 17:13:18 +02:00
{{- if and (isset .Site.Params "commentourl") (not (eq .Site.Params.commentoURL "" )) (eq (.Params.disableComments | default false) false) -}}
2020-07-16 22:43:30 +02:00
<div id="commento"></div>
2024-08-26 17:13:18 +02:00
<script src="{{ .Site.Params.commentoURL }}/js/commento.js"></script>
2020-07-16 22:43:30 +02:00
{{- end -}}