aboutsummaryrefslogtreecommitdiff
path: root/cgit.h
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.h b/cgit.h
index 1d88396..69b5c13 100644
--- a/cgit.h
+++ b/cgit.h
@@ -195,6 +195,7 @@ struct cgit_config {
char *cache_root;
char *clone_prefix;
char *clone_url;
+ char *css;
char *favicon;
char *footer;
char *head_include;
@@ -205,7 +206,6 @@ 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;