aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.c')
-rw-r--r--cgit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgit.c b/cgit.c
index 75d9926..57d7097 100644
--- a/cgit.c
+++ b/cgit.c
@@ -143,6 +143,8 @@ static void config_cb(const char *name, const char *value)
143 ctx.cfg.root_readme = xstrdup(value); 143 ctx.cfg.root_readme = xstrdup(value);
144 else if (!strcmp(name, "css")) 144 else if (!strcmp(name, "css"))
145 string_list_append(&ctx.cfg.css, xstrdup(value)); 145 string_list_append(&ctx.cfg.css, xstrdup(value));
146 else if (!strcmp(name, "js"))
147 string_list_append(&ctx.cfg.js, xstrdup(value));
146 else if (!strcmp(name, "favicon")) 148 else if (!strcmp(name, "favicon"))
147 ctx.cfg.favicon = xstrdup(value); 149 ctx.cfg.favicon = xstrdup(value);
148 else if (!strcmp(name, "footer")) 150 else if (!strcmp(name, "footer"))