Import theme
This commit is contained in:
parent
51769fa6be
commit
c59ffbfeee
127 changed files with 13611 additions and 1 deletions
11
layouts/partials/comments/utterances.html
Normal file
11
layouts/partials/comments/utterances.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<script
|
||||
src="https://utteranc.es/client.js"
|
||||
repo="{{ .Site.Params.utterances.repo }}"
|
||||
issue-term="{{ .Site.Params.utterances.issueTerm }}"
|
||||
theme="{{ .Site.Params.utterances.theme }}"
|
||||
{{ with .Site.Params.utterances.label }}
|
||||
label="{{ . }}"
|
||||
{{ end }}
|
||||
crossorigin="anonymous"
|
||||
async
|
||||
></script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue