diff options
author | Thomas Citharel <tcit@tcit.fr> | 2014-11-18 22:36:53 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2014-11-18 22:36:53 +0100 |
commit | b0f9f5ac21b5caef430b0b5412443fd39ee50455 (patch) | |
tree | b089a7c3f816461c2c23b9124ff67bf7de8a6d3d /themes/default | |
parent | db3bffa284012aec4f96c851c413e435080fed02 (diff) | |
parent | eb0c88a9d4222aca9367abdc8949754b078e0f37 (diff) | |
download | wallabag-b0f9f5ac21b5caef430b0b5412443fd39ee50455.tar.gz wallabag-b0f9f5ac21b5caef430b0b5412443fd39ee50455.tar.zst wallabag-b0f9f5ac21b5caef430b0b5412443fd39ee50455.zip |
Merge pull request #938 from jsit/firefoxiconfix
Fix for favicons in Firefox
Diffstat (limited to 'themes/default')
-rwxr-xr-x | themes/default/_head.twig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/_head.twig b/themes/default/_head.twig index d2a637fb..81dde56f 100755 --- a/themes/default/_head.twig +++ b/themes/default/_head.twig | |||
@@ -1,5 +1,3 @@ | |||
1 | <link rel="shortcut icon" type="image/x-icon" href="{{ poche_url }}themes/_global/img/appicon/favicon.ico"> | ||
2 | |||
3 | <link rel="apple-touch-icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-152.png" sizes="152x152"> | 1 | <link rel="apple-touch-icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-152.png" sizes="152x152"> |
4 | <link rel="icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-152.png" sizes="152x152"> | 2 | <link rel="icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-152.png" sizes="152x152"> |
5 | 3 | ||
@@ -24,6 +22,8 @@ | |||
24 | <link rel="apple-touch-icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon.png"> | 22 | <link rel="apple-touch-icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon.png"> |
25 | <link rel="icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon.png"> | 23 | <link rel="icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon.png"> |
26 | 24 | ||
25 | <link rel="shortcut icon" type="image/x-icon" href="{{ poche_url }}themes/_global/img/appicon/favicon.ico"> | ||
26 | |||
27 | <link rel="stylesheet" href="{{ poche_url }}themes/default/css/knacss.css" media="all"> | 27 | <link rel="stylesheet" href="{{ poche_url }}themes/default/css/knacss.css" media="all"> |
28 | <link rel="stylesheet" href="{{ poche_url }}themes/default/css/style.css" media="all"> | 28 | <link rel="stylesheet" href="{{ poche_url }}themes/default/css/style.css" media="all"> |
29 | <link rel="stylesheet" href="{{ poche_url }}themes/{{ theme }}/css/style-{{ theme }}.css" media="all" title="{{ theme }} theme"> | 29 | <link rel="stylesheet" href="{{ poche_url }}themes/{{ theme }}/css/style-{{ theme }}.css" media="all" title="{{ theme }} theme"> |