blog/themes/ficurinia/layouts/partials/commento.html

9 lines
221 B
HTML
Raw Normal View History

2023-04-29 14:12:36 +00:00
{{ if and .Site.Params.commento (.Params.comments | default true) }}
<script
defer
src="{{ .Site.Params.commento }}"
data-no-fonts="true"
></script>
<div id="commento"></div>
{{ end }}