Add #paige-comments

This commit is contained in:
Will Faught
2023-03-04 13:32:30 -08:00
parent 1074859c63
commit 3edc4d007f
11 changed files with 12 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
{{ $page := . }}
{{ with $page.Param "paige.comments.utterances" }}
<div class="mb-3">
<div class="mb-3" id="paige-comments">
<script src="https://utteranc.es/client.js" repo="{{ .github_repo }}" issue-term="pathname" theme="preferred-color-scheme" crossorigin="anonymous" async></script>
<noscript>{{ i18n "paige_noscript" }}</noscript>
</div>