Replace old apple touch icon.

This commit is contained in:
Max Goodman
2012-01-19 13:39:36 -08:00
parent e22e1b873d
commit f862965327
6 changed files with 5 additions and 4 deletions

View File

@@ -0,0 +1 @@
static/icon-touch.png

View File

@@ -1 +0,0 @@
static/apple-touch-icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 899 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -39,7 +39,7 @@
%if thing.thumbnail:
href="${thing.thumbnail}"
%else:
href="${static('apple-touch-icon.png')}"
href="${static('icon-touch.png')}"
%endif
/>

View File

@@ -87,8 +87,9 @@
type="text/css" />
%endif
<link rel='shortcut icon' href="${static('favicon.ico')}"
type="image/x-icon" />
<link rel='shortcut icon' href="${static('favicon.ico')}" type="image/x-icon" />
<link rel='apple-touch-icon-precomposed' href="${static('icon-touch.png')}" />
%if thing.extension_handling:
<%
rss= add_sr(join_urls(request.path,'.rss'))