| OLD | NEW |
| 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-present eyeo GmbH | 3 # Copyright (C) 2006-present 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 <script src="/js/vendor/ie8.js"></script> | 53 <script src="/js/vendor/ie8.js"></script> |
| 54 <![endif]--> | 54 <![endif]--> |
| 55 | 55 |
| 56 {% block head %} | 56 {% block head %} |
| 57 {{head|safe}} | 57 {{head|safe}} |
| 58 {% endblock %} | 58 {% endblock %} |
| 59 | 59 |
| 60 <!--[if lt IE 9]> | 60 <!--[if lt IE 9]> |
| 61 <script src="/js/vendor/html5shiv.js"></script> | 61 <script src="/js/vendor/html5shiv.js"></script> |
| 62 <script src="/js/vendor/respond.min.js"></script> | 62 <script src="/js/vendor/respond.min.js"></script> |
| 63 <script src="/js/vendor/classList.js"></script> |
| 63 <![endif]--> | 64 <![endif]--> |
| 64 <!--[if lt IE 10]> | 65 <!--[if lt IE 10]> |
| 65 <script src="/js/vendor/cssfx.min.js"></script> | 66 <script src="/js/vendor/cssfx.min.js"></script> |
| 66 <![endif]--> | 67 <![endif]--> |
| 67 <!--[if IE 8]> | 68 <!--[if IE 8]> |
| 68 <link rel="stylesheet" href="/css/empty.css" class="cssfx"/> | 69 <link rel="stylesheet" href="/css/empty.css" class="cssfx"/> |
| 69 <![endif]--> | 70 <![endif]--> |
| 70 </head> | 71 </head> |
| 71 | 72 |
| 72 <body> | 73 <body> |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 <li>{{ pagename | linkify }}{{ get_string(pagename, "menu") }}</a>
</li> | 213 <li>{{ pagename | linkify }}{{ get_string(pagename, "menu") }}</a>
</li> |
| 213 {% endfor %} | 214 {% endfor %} |
| 214 </ul> | 215 </ul> |
| 215 </div> {# #footer-legal #} | 216 </div> {# #footer-legal #} |
| 216 </div> {# .container #} | 217 </div> {# .container #} |
| 217 </footer> {# #footer #} | 218 </footer> {# #footer #} |
| 218 | 219 |
| 219 <script src="/js/main.js"></script> | 220 <script src="/js/main.js"></script> |
| 220 </body> | 221 </body> |
| 221 </html> | 222 </html> |
| OLD | NEW |