From 47299db5d37c94e562e7e796a2dd7c8501e5d1b6 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Tue, 12 May 2026 15:43:00 +0800 Subject: [PATCH] feat(config): disable footer powered logos --- hugo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hugo.toml b/hugo.toml index b092b008..7b2d0f1a 100644 --- a/hugo.toml +++ b/hugo.toml @@ -617,11 +617,11 @@ icp = "" # license info (HTML format is supported) license = "" -# FixIt 0.3.0 | NEW whether to show Hugo and theme info +# FixIt 1.0.0 | CHANGED whether to show Hugo and theme info [params.footer.powered] enable = true -hugoLogo = true -themeLogo = true +hugoLogo = false +themeLogo = false # FixIt 0.2.17 | CHANGED Site creation time [params.footer.siteTime]