hugo-theme-next/layouts/partials/_thirdparty/comment/utterances.html

12 lines
251 B
HTML
Raw Normal View History

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