diff --git a/config/_default/params.toml b/config/_default/params.toml
index 8f0b2b3..9eeb8cc 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -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"
diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html
index 66fadd5..f5df025 100644
--- a/layouts/partials/comments.html
+++ b/layouts/partials/comments.html
@@ -1,4 +1,4 @@
-{{ if .Site.Params.utterancesRepo }}
+{{ if isset site.Params "utterancesrepo" }}