hugo-theme-next/layouts/partials/_thirdparty/comment/utterances.html

10 lines
237 B
HTML
Raw Normal View History

{{- with .Site.Params.utterances }}
<script src="https://utterances.njilc.com/client.js"
repo="{{ .repo }}"
issue-term="{{ .issueTerm }}"
label="{{ .label }}"
crossorigin="anonymous"
theme="{{ .theme }}" async>
</script>
{{- end }}