2022-06-05 16:14:17 +08:00
|
|
|
{{- with .Site.Params.utterances }}
|
2022-06-19 18:18:17 +08:00
|
|
|
{{- if .enable }}
|
2022-06-20 09:52:23 +08:00
|
|
|
<script src="https://utteranc.es/client.js"
|
2022-06-05 16:14:17 +08:00
|
|
|
repo="{{ .repo }}"
|
|
|
|
issue-term="{{ .issueTerm }}"
|
|
|
|
label="{{ .label }}"
|
|
|
|
crossorigin="anonymous"
|
|
|
|
theme="{{ .theme }}" async>
|
|
|
|
</script>
|
|
|
|
{{- end }}
|
2022-06-19 18:18:17 +08:00
|
|
|
{{- end }}
|