From b115955d71c50cd2d0065c45f3df6b02fa4730bd Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Thu, 29 Jan 2009 21:27:39 +0100 Subject: Add support for a custom header Signed-off-by: Lars Hjemli --- cgit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cgit.h') diff --git a/cgit.h b/cgit.h index 4fe94c6..4942b96 100644 --- a/cgit.h +++ b/cgit.h @@ -135,6 +135,7 @@ struct cgit_config { char *css; char *favicon; char *footer; + char *header; char *index_header; char *index_info; char *logo; -- cgit 1.4.1 8d497cff9775869cefced6'/> dontfiles
summary refs log tree commit diff
Commit message (Expand)Author
2018-09-08Put real dates on man pagesJune McEnroe
2018-09-08Replace gfx README with REAMDE.7June McEnroe
2018-09-08Link gfx man pages in ~/.localJune McEnroe