diff options
| author | Luke Hoersten <[email protected]> | 2026-07-20 19:01:32 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2026-07-20 19:01:32 -0500 |
| commit | 1aaf4479d72edbd0c716d2e9122a7b613626bf12 (patch) | |
| tree | 4906e613e143314a40b75e3a00ac0cb32683ca8e /git/web/templates | |
| parent | b15bc8b162e9aacd12c7882ddb3c8cc3ca82189b (diff) | |
Diffstat (limited to 'git/web/templates')
| -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 %} |
