hugo-theme-next/layouts/partials/_thirdparty/comment/utterances.html
2022-06-19 22:30:17 +08:00

12 lines
251 B
HTML

{{- with .Site.Params.utterances }}
{{- if .enable }}
<script src="//utteranc.es/client.js"
repo="{{ .repo }}"
issue-term="{{ .issueTerm }}"
label="{{ .label }}"
crossorigin="anonymous"
theme="{{ .theme }}" async>
</script>
{{- end }}
{{- end }}