]> git.cameronkatri.com Git - cgit.git/blobdiff - cgit.c
Fix doc-related glitches in Makefile and .gitignore
[cgit.git] / cgit.c
diff --git a/cgit.c b/cgit.c
index 608cab658425e5c11270ac3d1690a842eec71891..64d95f9a3a7bb56197988e6730c4576173811db0 100644 (file)
--- a/cgit.c
+++ b/cgit.c
@@ -31,6 +31,8 @@ void config_cb(const char *name, const char *value)
                ctx.cfg.favicon = xstrdup(value);
        else if (!strcmp(name, "footer"))
                ctx.cfg.footer = xstrdup(value);
+       else if (!strcmp(name, "header"))
+               ctx.cfg.header = xstrdup(value);
        else if (!strcmp(name, "logo"))
                ctx.cfg.logo = xstrdup(value);
        else if (!strcmp(name, "index-header"))