src.nth.io/

summaryrefslogtreecommitdiff
path: root/git/web/templates/cgitrc.j2
diff options
context:
space:
mode:
Diffstat (limited to 'git/web/templates/cgitrc.j2')
-rw-r--r--git/web/templates/cgitrc.j25
1 files changed, 1 insertions, 4 deletions
diff --git a/git/web/templates/cgitrc.j2 b/git/web/templates/cgitrc.j2
index 6c1a7ff..bf829c2 100644
--- a/git/web/templates/cgitrc.j2
+++ b/git/web/templates/cgitrc.j2
@@ -1,3 +1,4 @@
+scan-path={{cgit_scan_path}}
remove-suffix=1
root-title=src.nth.io
@@ -12,7 +13,3 @@ enable-log-linecount=1
source-filter=/usr/lib/cgit/filters/syntax-highlighting.py
about-filter=/usr/lib/cgit/filters/about-formatting.sh
-
-{% for repo in cgit_repos %}
-repo.path={{cgit_repos_dir}}{{repo}}.git
-{% endfor %}