Files
paige-hugo/layouts/partials/paige/comments/utterances.html
2024-07-20 12:26:51 -07:00

9 lines
355 B
HTML

{{ $page := . }}
{{ with $page.Param "paige.comments.utterances" }}
<div class="mb-3" id="paige-comments">
<script async crossorigin="anonymous" issue-term="{{ .RelPermalink }}" repo="{{ .repo }}" src="https://utteranc.es/client.js" theme="{{ .theme }}"></script>
<noscript>{{ i18n "paige_noscript" }}</noscript>
</div>
{{ end }}