aboutsummaryrefslogtreecommitdiffstats
path: root/cgitrc.5.txt
diff options
context:
space:
mode:
authorJason A. Donenfeld2018-02-12 23:10:06 +0100
committerJason A. Donenfeld2018-07-03 20:37:00 +0200
commitb522a302c9c4fb9fd9e1ea829ee990afc74980ca (patch)
treeb1815354f08c1a16fb9d9c6d15dbe51bc3accbfd /cgitrc.5.txt
parentc4fbb99cee30fa295e240b429b2dc7e8ad83d535 (diff)
downloadcgit-b522a302c9c4fb9fd9e1ea829ee990afc74980ca.tar.gz
cgit-b522a302c9c4fb9fd9e1ea829ee990afc74980ca.tar.bz2
cgit-b522a302c9c4fb9fd9e1ea829ee990afc74980ca.zip
extra-head-content: introduce another option for meta tags
This is to support things like go-import meta tags, which are on a per-repo basis. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'cgitrc.5.txt')
-rw-r--r--cgitrc.5.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt
index f6f6502..6f008cc 100644
--- a/cgitrc.5.txt
+++ b/cgitrc.5.txt
@@ -509,6 +509,10 @@ repo.enable-subject-links::
509 A flag which can be used to override the global setting 509 A flag which can be used to override the global setting
510 `enable-subject-links'. Default value: none. 510 `enable-subject-links'. Default value: none.
511 511
512repo.extra-head-content::
513 This value will be added verbatim to the head section of each page
514 displayed for this repo. Default value: none.
515
512repo.hide:: 516repo.hide::
513 Flag which, when set to "1", hides the repository from the repository 517 Flag which, when set to "1", hides the repository from the repository
514 index. The repository can still be accessed by providing a direct path. 518 index. The repository can still be accessed by providing a direct path.