🎨 Add post comments widget content.
This commit is contained in:
9
layouts/partials/_thirdparty/comment/utterances.html
vendored
Normal file
9
layouts/partials/_thirdparty/comment/utterances.html
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{{- with .Site.Params.utterances }}
|
||||
<script src="https://utterances.njilc.com/client.js"
|
||||
repo="{{ .repo }}"
|
||||
issue-term="{{ .issueTerm }}"
|
||||
label="{{ .label }}"
|
||||
crossorigin="anonymous"
|
||||
theme="{{ .theme }}" async>
|
||||
</script>
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user