Mercurial > hg-stable
changeset 1790:88f0345d82e9
[hgweb] Added favicon to standard/gitweb templates
author | Josef "Jeff" Sipek <jeffpc@optonline.net> |
---|---|
date | Wed, 22 Feb 2006 01:06:17 -0500 |
parents | 8a1f2eae2832 |
children | 1ed9e97d9d6d |
files | templates/header-gitweb.tmpl templates/header.tmpl templates/static/hgicon.png |
diffstat | 3 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/templates/header-gitweb.tmpl Tue Feb 21 17:36:27 2006 -0600 +++ b/templates/header-gitweb.tmpl Wed Feb 22 01:06:17 2006 -0500 @@ -4,6 +4,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"> <head> +<link rel="icon" href="?static=hgicon.png" type="image/png"> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <meta name="robots" content="index, nofollow"/> <style type="text/css">/*<![CDATA[*/ @import "?static=style-gitweb.css"; /*]]>*/</style>
--- a/templates/header.tmpl Tue Feb 21 17:36:27 2006 -0600 +++ b/templates/header.tmpl Wed Feb 22 01:06:17 2006 -0500 @@ -3,5 +3,6 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> +<link rel="icon" href="?static=hgicon.png" type="image/png"> <meta name="robots" content="index, nofollow" /> <style type="text/css">/*<![CDATA[*/ @import "?static=style.css"; /*]]>*/</style>