blog/themes/hugo-ficurinia/layouts/partials/commento.html
2025-02-12 22:47:22 +01:00

8 lines
221 B
HTML

{{ 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 }}