You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
361 B
HTML
9 lines
361 B
HTML
{{ $page := . }}
|
|
|
|
{{ with $page.Param "paige.comments.utterances" }}
|
|
<div class="mb-3" id="paige-comments">
|
|
<script async crossorigin="anonymous" issue-term="pathname" repo="{{ .github_repo }}" src="https://utteranc.es/client.js" theme="preferred-color-scheme"></script>
|
|
<noscript>{{ i18n "paige_noscript" }}</noscript>
|
|
</div>
|
|
{{ end }}
|