diff options
| -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 |
