From 59353bf3ca2642374b03272ece1c4627be1cf1c6 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sun, 31 Dec 2023 15:59:33 -0600 Subject: [PATCH] fix broken comments --- config/_default/params.toml | 10 +++++----- layouts/partials/comments.html | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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" }}