Fix param name, default to github-light
This commit is contained in:
parent
c5139fca26
commit
11649d851c
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
<script src="https://utteranc.es/client.js"
|
||||
repo="{{ .Site.Params.UtterancesRepo }}"
|
||||
issue-term="{{ .Site.Params.UtterancesIssueTerm }}"
|
||||
theme="{{ .Site.Params.UtterancesIssueTheme }}"
|
||||
theme="{{ with .Site.Params.UtterancesTheme }}{{ . }}{{else}}github-light{{ end }}"
|
||||
crossorigin="anonymous"
|
||||
async>
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue