]> git.immae.eu Git - github/wallabag/wallabag.git/blame - themes/baggy/_head.twig
implement swipe gestures on mobile to go to next and previous articles
[github/wallabag/wallabag.git] / themes / baggy / _head.twig
CommitLineData
d5b717dc
JS
1 <link rel="apple-touch-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">
7cb517ce 3
d5b717dc
JS
4 <link rel="apple-touch-icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-144.png" sizes="144x144">
5 <link rel="icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-144.png" sizes="144x144">
7cb517ce 6
d5b717dc
JS
7 <link rel="apple-touch-icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-120.png" sizes="120x120">
8 <link rel="icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-120.png" sizes="120x120">
7cb517ce 9
d5b717dc
JS
10 <link rel="apple-touch-icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-114.png" sizes="114x114">
11 <link rel="icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-114.png" sizes="114x114">
7cb517ce 12
d5b717dc
JS
13 <link rel="apple-touch-icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-76.png" sizes="76x76">
14 <link rel="icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-76.png" sizes="76x76">
7cb517ce 15
d5b717dc
JS
16 <link rel="apple-touch-icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-72.png" sizes="72x72">
17 <link rel="icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-72.png" sizes="72x72">
7cb517ce 18
d5b717dc
JS
19 <link rel="apple-touch-icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-57.png" sizes="57x57">
20 <link rel="icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-57.png" sizes="57x57">
7cb517ce 21
d5b717dc
JS
22 <link rel="apple-touch-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">
7cb517ce 24
eb0c88a9
JS
25 <link rel="shortcut icon" type="image/x-icon" href="{{ poche_url }}themes/_global/img/appicon/favicon.ico" sizes="16x16">
26
08718c01
MR
27 <link rel="stylesheet" href="{{ poche_url }}themes/{{theme}}/css/ratatouille.css" media="all">
28 <link rel="stylesheet" href="{{ poche_url }}themes/{{theme}}/css/font.css" media="all">
29 <link rel="stylesheet" href="{{ poche_url }}themes/{{theme}}/css/main.css" media="all">
30 <link rel="stylesheet" href="{{ poche_url }}themes/{{theme}}/css/messages.css" media="all">
31 <link rel="stylesheet" href="{{ poche_url }}themes/{{theme}}/css/print.css" media="print">
7cb517ce 32
b692691d 33 <script src="{{ poche_url }}themes/_global/js/jquery-2.1.3.min.js"></script>
c34a8956 34 <script src="{{ poche_url }}themes/_global/js/jquery.mobile.events.touch.min.js"></script>
6062f74c 35 <script src="{{ poche_url }}themes/_global/js/autoClose.js"></script>
08718c01
MR
36 <script src="{{ poche_url }}themes/{{theme}}/js/jquery.cookie.js"></script>
37 <script src="{{ poche_url }}themes/{{theme}}/js/init.js"></script>
6062f74c
JS
38 <script src="{{ poche_url }}themes/_global/js/saveLink.js"></script>
39 <script src="{{ poche_url }}themes/_global/js/popupForm.js"></script>
00dc7622 40 <script src="{{ poche_url }}themes/_global/js/keyboard.js"></script>
3345c9dc 41 <script src="{{ poche_url }}themes/{{theme}}/js/closeMessage.js"></script>