]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
css: change to be a list
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index 69b5c13232e74845907a2212ade32f36f861bba8..1d88396dc4aa5a720ebfc2d6e78ab713412aeea4 100644 (file)
--- 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;