fix broken comments

This commit is contained in:
John Bowdre 2023-12-31 15:59:33 -06:00
parent 3a380e2ef5
commit 0af2a801ae
2 changed files with 6 additions and 6 deletions

View file

@ -8,11 +8,6 @@ numberOfRelatedPosts = 5
indexTitle = ".-. ..- -. - .. -- . - . .-. .-. --- .-."
[author]
name = "John Bowdre"
email = "jbowdre@omg.lol"
username = "jbowdre"
# Comments
comments = true
utterancesRepo = "jbowdre/site-comments"
@ -21,6 +16,11 @@ utterancesTheme = "gruvbox-dark"
analytics = true
[author]
name = "John Bowdre"
email = "jbowdre@omg.lol"
username = "jbowdre"
[theme]
palette = "runtimeterror"

View file

@ -1,4 +1,4 @@
{{ if .Site.Params.utterancesRepo }}
{{ if isset site.Params "utterancesrepo" }}
<br>
<div class="post_comments">
<script src="https://utteranc.es/client.js"