X-Git-Url: https://git.cameronkatri.com/cgit.git/blobdiff_plain/d6174b7aab476c2b6a86e59d98cf978d603045f4..290c2a752fe2b338e6fd67f873bd80ff7e4665a2:/cgit.c?ds=sidebyside diff --git a/cgit.c b/cgit.c index 608cab6..64d95f9 100644 --- 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"))