Set issue-term

master
Will Faught 12 months ago
parent d9d09179a3
commit b5b0564e96

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

Loading…
Cancel
Save