Left: | ||
Right: |
OLD | NEW |
---|---|
1 {# | |
2 # This file is part of the Adblock Plus website, | |
3 # Copyright (C) 2006-2015 Eyeo GmbH | |
4 # | |
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 | |
7 # published by the Free Software Foundation. | |
8 # | |
9 # Adblock Plus is distributed in the hope that it will be useful, | |
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
12 # GNU General Public License for more details. | |
13 # | |
14 # You should have received a copy of the GNU General Public License | |
15 # along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. | |
16 #} | |
1 noheading=True | 17 noheading=True |
Wladimir Palant
2015/02/24 20:19:40
Why is your base file different from index.tmpl cu
kzar
2015/02/26 19:50:17
I think that is because the change is made by the
| |
2 | 18 |
3 <head> | 19 <head> |
4 <link class="cssfx" href="/css/index.css" rel="stylesheet"> | 20 <link class="cssfx" href="/css/index.css" rel="stylesheet"> |
5 <link class="cssfx" href="/css/index-desktop.css" media="(min-width: 40.5em)" re l="stylesheet"> | 21 <link class="cssfx" href="/css/index-desktop.css" media="(min-width: 40.5em)" re l="stylesheet"> |
6 <link href="/css/index-mobile.css" media="screen and (max-width: 40.5em)" rel="s tylesheet"> | 22 <link href="/css/index-mobile.css" media="screen and (max-width: 40.5em)" rel="s tylesheet"> |
7 | 23 |
8 <link href="http://adblockplus.org/" rel="canonical"> | 24 <link href="http://adblockplus.org/" rel="canonical"> |
9 <link href="https://chrome.google.com/webstore/detail/cfhdojbkjhnklbpkdaibdccddi lifddb" rel="chrome-webstore-item"> | 25 <link href="https://chrome.google.com/webstore/detail/cfhdojbkjhnklbpkdaibdccddi lifddb" rel="chrome-webstore-item"> |
10 <meta content="product" property="og:type"> | 26 <meta content="product" property="og:type"> |
11 <meta content="http://adblockplus.org/img/adblockplus_128.png" property="og:imag e"> | 27 <meta content="http://adblockplus.org/img/adblockplus_128.png" property="og:imag e"> |
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
238 </ul> | 254 </ul> |
239 | 255 |
240 <p> | 256 <p> |
241 {{"s76"|translate}} | 257 {{"s76"|translate}} |
242 </p> | 258 </p> |
243 </div> | 259 </div> |
244 </div> | 260 </div> |
245 </section> | 261 </section> |
246 | 262 |
247 <script src="/js/index.js"></script> | 263 <script src="/js/index.js"></script> |
OLD | NEW |