summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-08-10 18:47:48 -0700
committerSamy Pessé <samypesse@gmail.com>2014-08-11 07:36:53 -0700
commit7245fa8ad743949aec2d603f8c2a2cf4ba4ed342 (patch)
treef529cca0800befef71c733487943c64ee49a3de5
parentd771ff341d8fa586bae3cd10cf9e82991c5f4417 (diff)
downloadgitbook-7245fa8ad743949aec2d603f8c2a2cf4ba4ed342.zip
gitbook-7245fa8ad743949aec2d603f8c2a2cf4ba4ed342.tar.gz
gitbook-7245fa8ad743949aec2d603f8c2a2cf4ba4ed342.tar.bz2
Add icon for iOS
-rw-r--r--theme/assets/images/apple-touch-icon-precomposed-152.pngbin0 -> 4143 bytes
-rwxr-xr-xtheme/templates/layout.html1
2 files changed, 1 insertions, 0 deletions
diff --git a/theme/assets/images/apple-touch-icon-precomposed-152.png b/theme/assets/images/apple-touch-icon-precomposed-152.png
new file mode 100644
index 0000000..1910aac
--- /dev/null
+++ b/theme/assets/images/apple-touch-icon-precomposed-152.png
Binary files differ
diff --git a/theme/templates/layout.html b/theme/templates/layout.html
index 7f0a83f..b7afea3 100755
--- a/theme/templates/layout.html
+++ b/theme/templates/layout.html
@@ -12,6 +12,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
+ <link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ staticBase }}/images/apple-touch-icon-precomposed-152.png">
<link rel="shortcut icon" href="{{ staticBase }}/images/favicon.ico" type="image/x-icon">
{% block head %}{% endblock %}
{{ htmlSnippet("head:end")|default("") }}