Fix param name, default to github-light

This commit is contained in:
Morgan Creekmore 2018-11-01 23:03:08 -05:00
parent c5139fca26
commit 11649d851c
No known key found for this signature in database
GPG key ID: 0A7464E68B129EB1
3 changed files with 3 additions and 3 deletions

View file

@ -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>