From cf08d1cb088295bf9916c1ed3b40b7024b6db665 Mon Sep 17 00:00:00 2001 From: Drew Bowering Date: Wed, 7 May 2025 07:44:07 -0600 Subject: [PATCH] disable theme attribution - I'll cover this in an article --- config/_default/params.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 0803aea..768435f 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -37,7 +37,7 @@ forgejoDefaultServer = "https://v8.next.forgejo.org" [footer] showMenu = true showCopyright = true - showThemeAttribution = true + showThemeAttribution = false showAppearanceSwitcher = true showScrollToTop = true