summaryrefslogtreecommitdiffstats
path: root/theme/templates/layout.html
diff options
context:
space:
mode:
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("") }}