hugo-theme-next/layouts/partials/_thirdparty/comment/utterances.html
2022-06-05 16:14:17 +08:00

10 lines
237 B
HTML

{{- 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 }}