]> gitweb.ps.run Git - ps-cgit/blobdiff - scan-tree.c
ui-shared: add homepage to tabs
[ps-cgit] / scan-tree.c
index b5a10ffa5cf491c6ec811413740db20ad0dfb583..2e87999b11b8f10fdbeab0c9b2b20e22b7b46184 100644 (file)
@@ -61,6 +61,8 @@ static int gitconfig_config(const char *key, const char *value, void *cb)
                config_fn(repo, "desc", value);
        else if (!strcmp(key, "gitweb.category"))
                config_fn(repo, "section", value);
+       else if (!strcmp(key, "gitweb.homepage"))
+               config_fn(repo, "homepage", value);
        else if (starts_with(key, "cgit."))
                config_fn(repo, key + 5, value);