From b5a3a2049648415e86d518a8bf2229b3e463b10f Mon Sep 17 00:00:00 2001 From: Mark Lodato Date: Sun, 15 Mar 2009 00:11:54 -0400 Subject: Add head-include configuration option. This patch adds an option to the configuration file, "head-include", which works just like "header" or "footer", except the content is put into the HTML's tag. --- cgit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cgit.h') diff --git a/cgit.h b/cgit.h index 5f7af51..aed826a 100644 --- a/cgit.h +++ b/cgit.h @@ -136,6 +136,7 @@ struct cgit_config { char *css; char *favicon; char *footer; + char *head_include; char *header; char *index_header; char *index_info; -- cgit v1.2.3-59-g8ed1b