diff options
Diffstat (limited to 'git/web/templates/cgitrc.j2')
| -rw-r--r-- | git/web/templates/cgitrc.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/git/web/templates/cgitrc.j2 b/git/web/templates/cgitrc.j2 index ccf5c78..8e1528f 100644 --- a/git/web/templates/cgitrc.j2 +++ b/git/web/templates/cgitrc.j2 @@ -7,6 +7,9 @@ root-desc={{cgit_root_desc}} {% if cgit_css_src is defined %} css=/cgit-custom.css {% endif %} +{% if cgit_head_include_src is defined %} +head-include=/etc/cgit/head-include.html +{% endif %} {% if cgit_header_src is defined %} header=/etc/cgit/header.html {% endif %} |
