diff options
author | June McEnroe <june@causal.agency> | 2021-02-04 22:06:23 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-02-04 22:07:01 +0000 |
commit | f3a3627f24d6644bbac13786621359561b5910a0 (patch) | |
tree | 6499ddef517d741ccf08b4a53e4b643160fe3e80 /www/git.causal.agency/cgit | |
parent | Add The Rosewater Redemption (diff) | |
download | src-f3a3627f24d6644bbac13786621359561b5910a0.tar.gz src-f3a3627f24d6644bbac13786621359561b5910a0.zip |
Remove cgit logo using cgitrc
It's not documented that you can set logo to empty string to remove it, I just noticed by reading print_header.
Diffstat (limited to '')
-rw-r--r-- | www/git.causal.agency/cgitrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/git.causal.agency/cgitrc b/www/git.causal.agency/cgitrc index e29ad7dd..13285116 100644 --- a/www/git.causal.agency/cgitrc +++ b/www/git.causal.agency/cgitrc @@ -1,5 +1,6 @@ root-title=causal agency root-desc=“I think some people from the Gentoo project are behind this.” +logo= clone-url=https://$HTTP_HOST/$CGIT_REPO_URL snapshots=tar.gz zip |