diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-02-12 23:10:06 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-07-03 20:37:00 +0200 |
commit | b522a302c9c4fb9fd9e1ea829ee990afc74980ca (patch) | |
tree | b1815354f08c1a16fb9d9c6d15dbe51bc3accbfd /cgitrc.5.txt | |
parent | c4fbb99cee30fa295e240b429b2dc7e8ad83d535 (diff) |
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.txt | 4 |
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:: A flag which can be used to override the global setting `enable-subject-links'. Default value: none. +repo.extra-head-content:: + This value will be added verbatim to the head section of each page + displayed for this repo. Default value: none. + repo.hide:: Flag which, when set to "1", hides the repository from the repository index. The repository can still be accessed by providing a direct path. |