moved favicon.* in images

This commit is contained in:
mdipierro
2012-08-08 13:24:49 -05:00
parent 2b8c218146
commit b5d55dd856
5 changed files with 3 additions and 6 deletions

View File

@@ -1 +1 @@
Version 2.00.0 (2012-08-08 13:16:22) dev
Version 2.00.0 (2012-08-08 13:24:46) dev

View File

Before

Width:  |  Height:  |  Size: 198 B

After

Width:  |  Height:  |  Size: 198 B

View File

Before

Width:  |  Height:  |  Size: 323 B

After

Width:  |  Height:  |  Size: 323 B

View File

@@ -1,2 +0,0 @@
User-agent: *
Disallow: /welcome/default/user

View File

@@ -31,9 +31,8 @@
user-scalable = yes allows the user to zoom in -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Place favicon.ico and apple-touch-icon.png in the root of your domain and delete these references -->
<link rel="shortcut icon" href="{{=URL('static','favicon.ico')}}" type="image/x-icon">
<link rel="apple-touch-icon" href="{{=URL('static','favicon.png')}}">
<link rel="shortcut icon" href="{{=URL('static','images/favicon.ico')}}" type="image/x-icon">
<link rel="apple-touch-icon" href="{{=URL('static','images/favicon.png')}}">
<!-- All JavaScript at the bottom, except for Modernizr which enables
HTML5 elements & feature detects -->