diff options
author | sp8c3 <me@sp8c3.de> | 2022-10-07 22:17:10 +0200 |
---|---|---|
committer | Daniel Friesel <derf@chaosdorf.de> | 2022-10-07 23:25:39 +0200 |
commit | fddd5c55be0fd7df838b27c3fc30b759dd1de28b (patch) | |
tree | ff857da31edc029ad9f9a7131116cc88946aba2c /templates/layouts | |
parent | eddd3a06518dde558436ea556b3379c00e9d1c00 (diff) |
change apple-touch-icon to non transparent
Diffstat (limited to 'templates/layouts')
-rw-r--r-- | templates/layouts/default.html.ep | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 10167ff..4c7b145 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -17,10 +17,10 @@ <link rel="icon" type="image/png" href="/static/<%= $av %>/icons/icon-16x16.png" sizes="16x16"> <link rel="icon" type="image/png" href="/static/<%= $av %>/icons/icon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="/static/<%= $av %>/icons/icon-96x96.png" sizes="96x96"> - <link rel="apple-touch-icon" href="/static/<%= $av %>/icons/icon-120x120.png"> - <link rel="apple-touch-icon" sizes="180x180" href="/static/<%= $av %>/icons/icon-180x180.png"> - <link rel="apple-touch-icon" sizes="152x152" href="/static/<%= $av %>/icons/icon-152x152.png"> - <link rel="apple-touch-icon" sizes="167x167" href="/static/<%= $av %>/icons/icon-167x167.png"> + <link rel="apple-touch-icon" href="/static/<%= $av %>/icons/touch-icon-120x120.png"> + <link rel="apple-touch-icon" sizes="180x180" href="/static/<%= $av %>/icons/touch-icon-180x180.png"> + <link rel="apple-touch-icon" sizes="152x152" href="/static/<%= $av %>/icons/touch-icon-152x152.png"> + <link rel="apple-touch-icon" sizes="167x167" href="/static/<%= $av %>/icons/touch-icon-167x167.png"> <link rel="manifest" href="/static/<%= $av %>/manifest.json"> % if (session('theme') and session('theme') eq 'dark') { %= stylesheet "/static/${av}/css/dark.min.css", id => 'theme' |