diff options
Diffstat (limited to 'cgitrc')
-rw-r--r-- | cgitrc | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/cgitrc b/cgitrc index 2b09e01..6363c9c 100644 --- a/cgitrc +++ b/cgitrc | |||
@@ -85,8 +85,13 @@ | |||
85 | #root-title=Git repository browser | 85 | #root-title=Git repository browser |
86 | 86 | ||
87 | 87 | ||
88 | ## If specified, the file at this path will be included as HTML in the index | 88 | ## If specified, the file at this path will be included as HTML in the |
89 | ## of repositories | 89 | ## sidebar on the repository index page |
90 | #index-info= | ||
91 | |||
92 | |||
93 | ## If specified, the file at this path will be included as HTML above | ||
94 | ## the repository index | ||
90 | #index-header= | 95 | #index-header= |
91 | 96 | ||
92 | 97 | ||