comparison rhodecode/templates/base/root.html @ 3954:ca30c9924023 beta

Use separate icon as favicon
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 06 Jun 2013 12:05:31 +0200
parents 1226fdf24f8a
children 636ff0369986
comparison
equal deleted inserted replaced
3953:fc63a1d93803 3954:ca30c9924023
4 <html xmlns="http://www.w3.org/1999/xhtml"> 4 <html xmlns="http://www.w3.org/1999/xhtml">
5 <head> 5 <head>
6 <title>${self.title()}</title> 6 <title>${self.title()}</title>
7 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> 7 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8 <meta name="robots" content="index, nofollow"/> 8 <meta name="robots" content="index, nofollow"/>
9 <link rel="icon" href="${h.url('/images/icons/database_gear.png')}" type="image/png" /> 9 <link rel="icon" href="${h.url('/images/favicon.ico')}" type="image/png" />
10 10
11 ## CSS ### 11 ## CSS ###
12 <%def name="css()"> 12 <%def name="css()">
13 <link rel="stylesheet" type="text/css" href="${h.url('/css/style.css', ver=c.rhodecode_version)}" media="screen"/> 13 <link rel="stylesheet" type="text/css" href="${h.url('/css/style.css', ver=c.rhodecode_version)}" media="screen"/>
14 <link rel="stylesheet" type="text/css" href="${h.url('/css/pygments.css', ver=c.rhodecode_version)}"/> 14 <link rel="stylesheet" type="text/css" href="${h.url('/css/pygments.css', ver=c.rhodecode_version)}"/>