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.
このコミットが含まれているのは:
Mark Lodato
2009-03-15 00:11:54 -04:00
committed by Lars Hjemli
コミット b5a3a20496
3個のファイルの変更6行の追加1行の削除

1
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;