src.nth.io/

summaryrefslogtreecommitdiff
path: root/git/web/templates/cgitrc.j2
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-07-20 19:01:32 -0500
committerLuke Hoersten <[email protected]>2026-07-20 19:01:32 -0500
commit1aaf4479d72edbd0c716d2e9122a7b613626bf12 (patch)
tree4906e613e143314a40b75e3a00ac0cb32683ca8e /git/web/templates/cgitrc.j2
parentb15bc8b162e9aacd12c7882ddb3c8cc3ca82189b (diff)
git/web: support cgit head-include for viewport metaHEADmain
Diffstat (limited to 'git/web/templates/cgitrc.j2')
-rw-r--r--git/web/templates/cgitrc.j23
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 %}