diff options
| author | Luke Hoersten <[email protected]> | 2026-04-05 16:04:29 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2026-04-05 16:04:29 -0500 |
| commit | 419c4224165beadc953cea501b27e49b885f0660 (patch) | |
| tree | d837d2cac39f4d7b7d80b53025d5b4185b0bd101 | |
| parent | ea3e738a246d88be2f9a16b2c08f2f393d2f6edb (diff) | |
Parameterize cgitrc root-title and root-desc
| -rw-r--r-- | git/web/templates/cgitrc.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
