🚧 optimization comment system setting.

This commit is contained in:
凡梦星尘
2022-06-29 19:31:16 +08:00
parent b9cd603c04
commit dafea2e479
5 changed files with 26 additions and 12 deletions

View File

@@ -1,5 +1,4 @@
{{- with .Site.Params.utterances }}
{{- if .enable }}
<script src="https://utteranc.es/client.js"
repo="{{ .repo }}"
issue-term="{{ .issueTerm }}"
@@ -8,4 +7,3 @@ crossorigin="anonymous"
theme="{{ .theme }}" async>
</script>
{{- end }}
{{- end }}