From 7dcc4b59614272ee2d6c4838832236a6ca6c046d Mon Sep 17 00:00:00 2001 From: Ben Creech Date: Tue, 20 Feb 2024 11:58:46 -0500 Subject: [PATCH] Enable disqus --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 6098699..d9dedeb 100644 --- a/config.toml +++ b/config.toml @@ -3,7 +3,7 @@ title = "Disparate Treasures" languageCode = "en-us" paginate = "10" # Number of posts per page theme = "mainroad" -disqusShortname = "" # Enable comments by entering your Disqus shortname +disqusShortname = "bpcreech" googleAnalytics = "" # Enable Google Analytics by entering your tracking id [markup.goldmark.renderer]