12 lines
257 B
HTML
12 lines
257 B
HTML
{{- with .Site.Params.utterances }}
|
|
{{- if .enable }}
|
|
<script src="https://utteranc.es/client.js"
|
|
repo="{{ .repo }}"
|
|
issue-term="{{ .issueTerm }}"
|
|
label="{{ .label }}"
|
|
crossorigin="anonymous"
|
|
theme="{{ .theme }}" async>
|
|
</script>
|
|
{{- end }}
|
|
{{- end }}
|