feat(config): disable footer powered logos

This commit is contained in:
Cell
2026-05-12 15:43:00 +08:00
parent a9b380cada
commit 47299db5d3
+3 -3
View File
@@ -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]