diff options
-rw-r--r-- | theme/assets/images/apple-touch-icon-precomposed-152.png | bin | 0 -> 4143 bytes | |||
-rwxr-xr-x | theme/templates/layout.html | 1 |
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 Binary files differnew file mode 100644 index 0000000..1910aac --- /dev/null +++ b/theme/assets/images/apple-touch-icon-precomposed-152.png 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("") }} |