From 30b0c7b1a990ffbb244d103ac3e6022d4be60ec5 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 24 Oct 2011 16:28:13 -0500 Subject: 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 --- templates/base.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index 1a21750..3b50907 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,6 +8,9 @@ + + + {% block head %}{% endblock %} -- cgit v1.2.3-24-g4f1b