10 lines
237 B
HTML
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 }}
|