]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.c
Merge branch 'ml/head-include'
[ps-cgit] / cgit.c
diff --git a/cgit.c b/cgit.c
index ae2025709a05b4f888e9fc090005c5a1a9ed10be..513ea125bb196a065a4b1cc24f24cae0f571de52 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, "head-include"))
+               ctx.cfg.head_include = xstrdup(value);
        else if (!strcmp(name, "header"))
                ctx.cfg.header = xstrdup(value);
        else if (!strcmp(name, "logo"))