X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/91f25909b9572ebdf3a0fed8224bf03d0d9bf3db..093ac9697068833a15cae2dbbd5ffbc0203741c0:/cgit.h diff --git a/cgit.h b/cgit.h index 69b5c13..1d88396 100644 --- a/cgit.h +++ b/cgit.h @@ -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;