commit | b5a3a2049648415e86d518a8bf2229b3e463b10f | [log] [tgz] |
---|---|---|
author | Mark Lodato <lodatom@gmail.com> | Sun Mar 15 00:11:54 2009 -0400 |
committer | Lars Hjemli <hjemli@gmail.com> | Sun Jun 07 18:55:44 2009 +0200 |
tree | 37c44671e4557d38ba3d5905f0b595376aece5d6 | |
parent | 45e7fcecc1117440e6274ce3c6ab7d893c4986ee [diff] [blame] |
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 <head> tag.
diff --git a/cgit.h b/cgit.h index 5f7af51..aed826a 100644 --- a/cgit.h +++ b/cgit.h
@@ -136,6 +136,7 @@ char *css; char *favicon; char *footer; + char *head_include; char *header; char *index_header; char *index_info;