cgit-config

My cgit configuration.
git clone https://git.sr.ht/~jbauer/cgit-config
Log | Files | Refs | LICENSE

commit 585cc123a8be3b36142abf75aed416d2ac2f729e
parent 5bdf6ffbf6e1895aef38d487a4c1c1525d1a3fd0
Author: Jake Bauer <jbauer@paritybit.ca>
Date:   Mon,  6 Jul 2020 00:00:26 -0400

Remove viewport meta tag from custom HTML head

cgit already has some trouble displaying nicely on mobile so it's better
to let the whole interface exist as-is and have the mobile user zoom and
scroll.

Diffstat:
Mcustom-head.html | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/custom-head.html b/custom-head.html @@ -1,3 +1 @@ <meta charset="utf-8"> -<meta name="viewport" content="width=device-width, initial-scale=1.0"> -