From d98f388d420c3a9ca49b15eaa15b6b850da1c37f Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Sat, 28 Dec 2024 14:42:30 -0800 Subject: [PATCH] Correction to typing of DisqusShortname --- blog/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/config.toml b/blog/config.toml index 09a5322..5c3602c 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -2,7 +2,7 @@ baseURL = 'https://blog.scubbo.org/' languageCode = 'en-us' title = "Jack Jackson's Blog" theme = "ananke" -disqusShortname = 'scubbo-blog' +DisqusShortname = 'scubbo-blog' SectionPagesMenu = "main"