diff options
| author | Andy Green <[email protected]> | 2018-07-03 03:33:59 +0000 |
|---|---|---|
| committer | Jason A. Donenfeld <[email protected]> | 2022-12-19 15:49:09 +0000 |
| commit | 093ac9697068833a15cae2dbbd5ffbc0203741c0 (patch) | |
| tree | 32653fc7b87d4f91abad02dc11f6afc07f3fab28 /cgit.h | |
| parent | cgitrc: handle value "0" for max-repo-count (diff) | |
| download | cgit-093ac9697068833a15cae2dbbd5ffbc0203741c0.tar.gz cgit-093ac9697068833a15cae2dbbd5ffbc0203741c0.zip | |
css: change to be a list
Without changing the default behaviour of including
/cgit.css if nothing declared, allow the "css" config
to be given multiple times listing one or more
alternative URL paths to be included in the document
head area.
Signed-off-by: Andy Green <[email protected]>
Signed-off-by: Christian Hesse <[email protected]>
Diffstat (limited to 'cgit.h')
| -rw-r--r-- | cgit.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -195,7 +195,6 @@ struct cgit_config { char *cache_root; char *clone_prefix; char *clone_url; - char *css; char *favicon; char *footer; char *head_include; @@ -206,6 +205,7 @@ struct cgit_config { char *module_link; char *project_list; struct string_list readme; + struct string_list css; char *robots; char *root_title; char *root_desc; |
