author | Lénaïc Huard <lenaic@lhuard.fr.eu.org> | |
Fri, 21 Oct 2011 07:09:29 +0000 (09:09 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 21 Oct 2011 17:18:37 +0000 (10:18 -0700) | ||
commit | c1355b7ffb6573ff7c76aef7d3bab664fb895dc8 | |
tree | dd1ee84d3d0001032d58912b98b2805605cf5661 | tree | snapshot |
parent | 55752fa8610ebc16a1ebda2bcaf73f82142dde30 | commit | diff |
gitweb: provide a way to customize html headers
This allows web sites to add some specific html headers to the pages
generated by gitweb.
The new variable $site_html_head_string can be set to an html snippet that
will be inserted at the end of the <head> section of each page generated
by gitweb.
Signed-off-by: Lénaïc Huard <lenaic@lhuard.fr.eu.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This allows web sites to add some specific html headers to the pages
generated by gitweb.
The new variable $site_html_head_string can be set to an html snippet that
will be inserted at the end of the <head> section of each page generated
by gitweb.
Signed-off-by: Lénaïc Huard <lenaic@lhuard.fr.eu.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>