| 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 </a> | 109 </a> |
| 110 </li> | 110 </li> |
| 111 {% endfor %} | 111 {% endfor %} |
| 112 </ul> | 112 </ul> |
| 113 </li> | 113 </li> |
| 114 </ul> | 114 </ul> |
| 115 <a href="#" id="hamburger"></a> | 115 <a href="#" id="hamburger"></a> |
| 116 </nav> | 116 </nav> |
| 117 </header> | 117 </header> |
| 118 | 118 |
| 119 <div id="content" {% if localefile == "index" %}class="{{page}}"{% endif %}> | 119 <div id="content" class="container {{ localefile == "index" and page }}"> |
| 120 {% if abbnotification %} | 120 {% if abbnotification %} |
| 121 <? include abb-notification ?> | 121 <? include abb-notification ?> |
| 122 {% endif %} | 122 {% endif %} |
| 123 {% if not noheading %} | 123 {% if not noheading %} |
| 124 <h1>{{title|translate("title")}}</h1> | 124 <h1>{{title|translate("title")}}</h1> |
| 125 {% endif %} | 125 {% endif %} |
| 126 | 126 |
| 127 {% if not notoc %} | 127 {% if not notoc %} |
| 128 {% macro toc(toclist) %} | 128 {% macro toc(toclist) %} |
| 129 <ul> | 129 <ul> |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 <a rel="nofollow" id="social-gplus" class="sprite" href="https://p
lus.google.com/110020691898167279887"></a> | 195 <a rel="nofollow" id="social-gplus" class="sprite" href="https://p
lus.google.com/110020691898167279887"></a> |
| 196 </li> | 196 </li> |
| 197 </ul> | 197 </ul> |
| 198 </section> | 198 </section> |
| 199 </div> | 199 </div> |
| 200 </footer> | 200 </footer> |
| 201 | 201 |
| 202 <script src="/js/main.js"></script> | 202 <script src="/js/main.js"></script> |
| 203 </body> | 203 </body> |
| 204 </html> | 204 </html> |
| OLD | NEW |