diff options
author | KatolaZ <katolaz@freaknet.org> | 2018-07-27 17:33:03 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2018-07-27 17:33:03 +0100 |
commit | eae408c064497a222cf6f5f89f2719d3ecdf18f0 (patch) | |
tree | 27906a8d1ceb4786077e12b4ad9560767f991404 /cgit_70.c | |
parent | bc2d48b8cd1c613fbad0feea71dd7739ae09513c (diff) |
repolist working -- towards a proper summary
Diffstat (limited to 'cgit_70.c')
-rw-r--r-- | cgit_70.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -384,7 +384,7 @@ static void prepare_context(void) ctx.cfg.renamelimit = -1; ctx.cfg.remove_suffix = 0; ctx.cfg.robots = "index, nofollow"; - ctx.cfg.root_title = "Git repository browser"; + ctx.cfg.root_title = "Git repository browser over Gopher"; ctx.cfg.root_desc = "a fast Gopher interface for the git dscm"; ctx.cfg.scan_hidden_path = 0; ctx.cfg.script_name = CGIT_SCRIPT_NAME; |