From 419c4224165beadc953cea501b27e49b885f0660 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sun, 5 Apr 2026 16:04:29 -0500 Subject: Parameterize cgitrc root-title and root-desc --- git/web/templates/cgitrc.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'git/web/templates') diff --git a/git/web/templates/cgitrc.j2 b/git/web/templates/cgitrc.j2 index bf829c2..a75e3f3 100644 --- a/git/web/templates/cgitrc.j2 +++ b/git/web/templates/cgitrc.j2 @@ -1,8 +1,8 @@ scan-path={{cgit_scan_path}} remove-suffix=1 -root-title=src.nth.io -root-desc=Git repositories +root-title={{cgit_root_title}} +root-desc={{cgit_root_desc}} difftype=ssdiff -- cgit v1.2.3