Left: | ||
Right: |
LEFT | RIGHT |
---|---|
1 {# | 1 {# |
2 # This file is part of the Adblock Plus website, | 2 # This file is part of the Adblock Plus website, |
3 # Copyright (C) 2006-2016 Eyeo GmbH | 3 # Copyright (C) 2006-2016 Eyeo GmbH |
4 # | 4 # |
5 # Adblock Plus is free software: you can redistribute it and/or modify | 5 # Adblock Plus is free software: you can redistribute it and/or modify |
6 # it under the terms of the GNU General Public License version 3 as | 6 # it under the terms of the GNU General Public License version 3 as |
7 # published by the Free Software Foundation. | 7 # published by the Free Software Foundation. |
8 # | 8 # |
9 # Adblock Plus is distributed in the hope that it will be useful, | 9 # Adblock Plus is distributed in the hope that it will be useful, |
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 # but WITHOUT ANY WARRANTY; without even the implied warranty of |
(...skipping 12 matching lines...) Expand all Loading... | |
23 <meta name="viewport" content="width=device-width, initial-scale=1"> | 23 <meta name="viewport" content="width=device-width, initial-scale=1"> |
24 <link rel="stylesheet" href="/css/main.css" class="cssfx"> | 24 <link rel="stylesheet" href="/css/main.css" class="cssfx"> |
25 <link rel="stylesheet" href="/css/main-desktop.css" media="(min-width: 1000p x)" class="cssfx"> | 25 <link rel="stylesheet" href="/css/main-desktop.css" media="(min-width: 1000p x)" class="cssfx"> |
26 <link rel="stylesheet" href="/css/main-mobile.css" media="(max-width: 1000px )"> | 26 <link rel="stylesheet" href="/css/main-mobile.css" media="(max-width: 1000px )"> |
27 | 27 |
28 <link rel="canonical" href="https://adblockplus.org/{{page}}"> | 28 <link rel="canonical" href="https://adblockplus.org/{{page}}"> |
29 <link rel="apple-touch-icon" href="/img/favicon-large.png" /> | 29 <link rel="apple-touch-icon" href="/img/favicon-large.png" /> |
30 | 30 |
31 <!--[if IE 8]> | 31 <!--[if IE 8]> |
32 <script src="/js/vendor/ie8.js"></script> | 32 <script src="/js/vendor/ie8.js"></script> |
33 <![endif]--> | 33 <![endif]--> |
Thomas Greiner
2016/01/28 15:23:37
Detail: The conditional comments for IE already ex
juliandoucette
2016/01/28 15:50:44
Acknowledged.
| |
34 | 34 |
35 {% block head %} | 35 {% block head %} |
36 {{head|safe}} | 36 {{head|safe}} |
37 {% endblock %} | 37 {% endblock %} |
38 | 38 |
39 <!--[if lt IE 7]> | 39 <!--[if lt IE 7]> |
40 <script src="/js/vendor/DD_belatedPNG.js"></script> | 40 <script src="/js/vendor/DD_belatedPNG.js"></script> |
41 <script>DD_belatedPNG.fix(".sprite");</script> | 41 <script>DD_belatedPNG.fix(".sprite");</script> |
42 <![endif]--> | 42 <![endif]--> |
43 <!--[if lt IE 9]> | 43 <!--[if lt IE 9]> |
44 <script src="/js/vendor/html5shiv.js"></script> | 44 <script src="/js/vendor/html5shiv.js"></script> |
45 <script src="/js/vendor/respond.min.js"></script> | 45 <script src="/js/vendor/respond.min.js"></script> |
46 <![endif]--> | 46 <![endif]--> |
47 <!--[if lt IE 10]><script src="/js/vendor/cssfx.min.js"></script><![endif]-- > | 47 <!--[if lt IE 10]> |
48 <!-- Fixes cssfx issues in IE8. --> | 48 <script src="/js/vendor/cssfx.min.js"></script> |
49 <![endif]--> | |
49 <!--[if IE 8]> | 50 <!--[if IE 8]> |
50 <link rel="stylesheet" href="/css/empty.css" class="cssfx"/> | 51 <link rel="stylesheet" href="/css/empty.css" class="cssfx"/> |
51 <![endif]--> | 52 <![endif]--> |
52 </head> | 53 </head> |
53 | 54 |
54 <body> | 55 <body> |
55 <noscript> | 56 <noscript> |
56 <link rel="stylesheet" href="/css/noscript-desktop.css" media="(min-width: 1000px)"/> | 57 <link rel="stylesheet" href="/css/noscript-desktop.css" media="(min-width: 1000px)"/> |
57 <link rel="stylesheet" href="/css/noscript-mobile.css" media="(max-width: 1000px)"/> | 58 <link rel="stylesheet" href="/css/noscript-mobile.css" media="(max-width: 1000px)"/> |
58 </noscript> | 59 </noscript> |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
186 <a rel="nofollow" id="social-gplus" class="sprite" href="https://p lus.google.com/110020691898167279887"></a> | 187 <a rel="nofollow" id="social-gplus" class="sprite" href="https://p lus.google.com/110020691898167279887"></a> |
187 </li> | 188 </li> |
188 </ul> | 189 </ul> |
189 </section> | 190 </section> |
190 </div> | 191 </div> |
191 </footer> | 192 </footer> |
192 | 193 |
193 <script src="/js/main.js"></script> | 194 <script src="/js/main.js"></script> |
194 </body> | 195 </body> |
195 </html> | 196 </html> |
LEFT | RIGHT |