From fbaed2f026acecf44c5956566ec76844a5fa69e5 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Tue, 22 Aug 2023 08:03:34 -0500 Subject: [PATCH] use dedicated repo for utterances comments also match on 'og:title' so that it will find comments transferred from the old repo --- config/_default/params.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 2368c3d..78474e9 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -7,8 +7,8 @@ numberOfFeaturedPosts = 5 # Comments comments = true -utterancesRepo = "jbowdre/runtimeterror" -utterancesIssueTerm = "title" +utterancesRepo = "jbowdre/blag-comments" +utterancesIssueTerm = "og:title" utterancesTheme = "gruvbox-dark" [theme]