| 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 51     <link rel="apple-touch-icon" href="/img/favicon-large.png" /> | 51     <link rel="apple-touch-icon" href="/img/favicon-large.png" /> | 
| 52 | 52 | 
| 53     <!--[if IE 8]> | 53     <!--[if IE 8]> | 
| 54       <script src="/js/vendor/ie8.js"></script> | 54       <script src="/js/vendor/ie8.js"></script> | 
| 55     <![endif]--> | 55     <![endif]--> | 
| 56 | 56 | 
| 57     {% block head %} | 57     {% block head %} | 
| 58     {{head|safe}} | 58     {{head|safe}} | 
| 59     {% endblock %} | 59     {% endblock %} | 
| 60 | 60 | 
| 61     <!--[if lt IE 7]> |  | 
| 62       <script src="/js/vendor/DD_belatedPNG.js"></script> |  | 
| 63       <script>DD_belatedPNG.fix(".sprite");</script> |  | 
| 64     <![endif]--> |  | 
| 65     <!--[if lt IE 9]> | 61     <!--[if lt IE 9]> | 
| 66       <script src="/js/vendor/html5shiv.js"></script> | 62       <script src="/js/vendor/html5shiv.js"></script> | 
| 67       <script src="/js/vendor/respond.min.js"></script> | 63       <script src="/js/vendor/respond.min.js"></script> | 
| 68     <![endif]--> | 64     <![endif]--> | 
| 69     <!--[if lt IE 10]> | 65     <!--[if lt IE 10]> | 
| 70       <script src="/js/vendor/cssfx.min.js"></script> | 66       <script src="/js/vendor/cssfx.min.js"></script> | 
| 71     <![endif]--> | 67     <![endif]--> | 
| 72     <!--[if IE 8]> | 68     <!--[if IE 8]> | 
| 73       <link rel="stylesheet" href="/css/empty.css" class="cssfx"/> | 69       <link rel="stylesheet" href="/css/empty.css" class="cssfx"/> | 
| 74     <![endif]--> | 70     <![endif]--> | 
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 210               <a rel="nofollow" id="social-gplus" class="sprite" href="https://p
     lus.google.com/110020691898167279887"></a> | 206               <a rel="nofollow" id="social-gplus" class="sprite" href="https://p
     lus.google.com/110020691898167279887"></a> | 
| 211             </li> | 207             </li> | 
| 212           </ul> | 208           </ul> | 
| 213         </section> | 209         </section> | 
| 214       </div> | 210       </div> | 
| 215     </footer> | 211     </footer> | 
| 216 | 212 | 
| 217     <script src="/js/main.js"></script> | 213     <script src="/js/main.js"></script> | 
| 218   </body> | 214   </body> | 
| 219 </html> | 215 </html> | 
| OLD | NEW | 
|---|