]> source.dussan.org Git - gitea.git/commit
Add `[other].SHOW_FOOTER_POWERED_BY` setting to hide `Powered by` (#30253)
authorYakov <git@yakov.cloud>
Wed, 3 Apr 2024 16:01:50 +0000 (09:01 -0700)
committerGitHub <noreply@github.com>
Wed, 3 Apr 2024 16:01:50 +0000 (16:01 +0000)
commit609a627a44dbcb7b630ff51ce9f4b9f448b48ca8
tree7ed397fe6a1a37b89c100bd0132f3f3eb9b9ba2e
parent0ceecfc11ab4851863a5a6bc5e398d2baf7e86f6
Add `[other].SHOW_FOOTER_POWERED_BY` setting to hide `Powered by` (#30253)

This allows you to hide the "Powered by" text in footer via
`SHOW_FOOTER_POWERED_BY` flag in configuration.

---------

Co-authored-by: silverwind <me@silverwind.io>
custom/conf/app.example.ini
docs/content/administration/config-cheat-sheet.en-us.md
docs/content/administration/config-cheat-sheet.zh-cn.md
modules/setting/other.go
modules/templates/helper.go
templates/base/footer_content.tmpl