Files
codex-obscura-hugo-theme/layouts/partials/comments.html
2026-03-24 20:30:43 -04:00

14 lines
416 B
HTML

{{- if and (not .Params.nocomments) (.Site.Params.comentarioURL) }}
<div class="comments-section">
<div class="comments-section__header">
<span class="widget-icon">💬</span> DISCUSSION
</div>
<div id="comentario"></div>
<script defer
src="{{ .Site.Params.comentarioURL }}/comentario.js"
data-page-id="{{ .Permalink }}">
</script>
<comentario-comments></comentario-comments>
</div>
{{- end }}