X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/651ef79768dde30aabc61189974c9047ee43752f..c6431a71508f1b61a95b01d85fe4534a0245e626:/cgit.c diff --git a/cgit.c b/cgit.c index d37abc9..a402758 100644 --- a/cgit.c +++ b/cgit.c @@ -21,6 +21,8 @@ void config_cb(const char *name, const char *value) ctx.cfg.root_title = xstrdup(value); else if (!strcmp(name, "root-desc")) ctx.cfg.root_desc = xstrdup(value); + else if (!strcmp(name, "root-readme")) + ctx.cfg.root_readme = xstrdup(value); else if (!strcmp(name, "css")) ctx.cfg.css = xstrdup(value); else if (!strcmp(name, "logo"))