diff options
author | Dan McGee <dan@archlinux.org> | 2011-10-24 16:28:13 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-10-24 16:28:13 -0500 |
commit | 30b0c7b1a990ffbb244d103ac3e6022d4be60ec5 (patch) | |
tree | ccee05371fb76aaf1a2413a43f8fea4002a8a3df /templates | |
parent | 2d5777b11d229d115a31a6c82236570002c2dd57 (diff) |
Add icons for Apple iOS web application bookmarks
These will be used for an icon if adding a bookmark as a Home Screen
icon on iOS devices. We add the three recommended sizes for old iPhone
screen size, the new iPhone resolution, and the iPad.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index 1a217505..3b509070 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,6 +8,9 @@ <link rel="stylesheet" type="text/css" href="/media/archweb-print.css" media="print" /> <link rel="icon" type="image/x-icon" href="/media/favicon.ico" /> <link rel="shortcut icon" type="image/x-icon" href="/media/favicon.ico" /> + <link rel="apple-touch-icon" href="/media/logos/apple-touch-icon-57x57.png" /> + <link rel="apple-touch-icon" sizes="72x72" href="/media/logos/apple-touch-icon-72x72.png" /> + <link rel="apple-touch-icon" sizes="114x114" href="/media/logos/apple-touch-icon-114x114.png" /> <link rel="search" type="application/opensearchdescription+xml" href="{% url opensearch-packages as osp %}{{ osp }}" title="Arch Linux Packages" /> {% block head %}{% endblock %} </head> |