summary refs log tree commit diff
path: root/www/git.causal.agency
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-02-04 22:06:23 +0000
committerJune McEnroe <june@causal.agency>2021-02-04 22:07:01 +0000
commitbb4af65d6f43bdf910310ac871935aac315747c3 (patch)
tree1b34b640b998179cdc770435940dac6373b5336c /www/git.causal.agency
parentAdd The Rosewater Redemption (diff)
downloadsrc-bb4af65d6f43bdf910310ac871935aac315747c3.tar.gz
src-bb4af65d6f43bdf910310ac871935aac315747c3.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 'www/git.causal.agency')
-rw-r--r--www/git.causal.agency/cgitrc1
-rw-r--r--www/git.causal.agency/custom.css3
2 files changed, 1 insertions, 3 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
diff --git a/www/git.causal.agency/custom.css b/www/git.causal.agency/custom.css
index 48331751..a84111ac 100644
--- a/www/git.causal.agency/custom.css
+++ b/www/git.causal.agency/custom.css
@@ -14,9 +14,6 @@ div#cgit {
 	tab-size: 4;
 }
 
-div#cgit table#header td.logo {
-	display: none;
-}
 div#cgit table#header td.sub {
 	border-top: none;
 }