summaryrefslogtreecommitdiffstats
path: root/theme/templates/layout.html
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 /theme/templates/layout.html
parentd771ff341d8fa586bae3cd10cf9e82991c5f4417 (diff)
downloadgitbook-7245fa8ad743949aec2d603f8c2a2cf4ba4ed342.zip
gitbook-7245fa8ad743949aec2d603f8c2a2cf4ba4ed342.tar.gz
gitbook-7245fa8ad743949aec2d603f8c2a2cf4ba4ed342.tar.bz2
Add icon for iOS
Diffstat (limited to 'theme/templates/layout.html')
-rwxr-xr-xtheme/templates/layout.html1
1 files changed, 1 insertions, 0 deletions
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("") }}