From eae408c064497a222cf6f5f89f2719d3ecdf18f0 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Fri, 27 Jul 2018 17:33:03 +0100 Subject: repolist working -- towards a proper summary --- cgit_70.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgit_70.c') diff --git a/cgit_70.c b/cgit_70.c index b2baab0..90ddb6f 100644 --- a/cgit_70.c +++ b/cgit_70.c @@ -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; -- cgit v1.2.3