Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: includes/index.tmpl

Issue 5440736082264064: Issue 2075 - Put meta tags inside of page header. (Closed)
Left Patch Set: Changes generated by fixed conversion script. Created March 8, 2015, 9:53 p.m.
Right Patch Set: Wrap meta tags in head even when head doesn't yet exist. Created March 9, 2015, 11:48 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | pages/acceptable-ads.raw » ('j') | pages/acceptable-ads.raw » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 noheading=True 1 noheading=True
2 localefile=index 2 localefile=index
3 3
4 {# 4 {#
5 # This file is part of the Adblock Plus website, 5 # This file is part of the Adblock Plus website,
6 # Copyright (C) 2006-2015 Eyeo GmbH 6 # Copyright (C) 2006-2015 Eyeo GmbH
7 # 7 #
8 # Adblock Plus is free software: you can redistribute it and/or modify 8 # Adblock Plus is free software: you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License version 3 as 9 # it under the terms of the GNU General Public License version 3 as
10 # published by the Free Software Foundation. 10 # published by the Free Software Foundation.
(...skipping 10 matching lines...) Expand all
21 <head> 21 <head>
22 <link class="cssfx" href="/css/index.css" rel="stylesheet"> 22 <link class="cssfx" href="/css/index.css" rel="stylesheet">
23 <link class="cssfx" href="/css/index-desktop.css" media="(min-width: 40.5em)" re l="stylesheet"> 23 <link class="cssfx" href="/css/index-desktop.css" media="(min-width: 40.5em)" re l="stylesheet">
24 <link href="/css/index-mobile.css" media="screen and (max-width: 40.5em)" rel="s tylesheet"> 24 <link href="/css/index-mobile.css" media="screen and (max-width: 40.5em)" rel="s tylesheet">
25 25
26 <link href="https://adblockplus.org/" rel="canonical"> 26 <link href="https://adblockplus.org/" rel="canonical">
27 <link href="https://chrome.google.com/webstore/detail/cfhdojbkjhnklbpkdaibdccddi lifddb" rel="chrome-webstore-item"> 27 <link href="https://chrome.google.com/webstore/detail/cfhdojbkjhnklbpkdaibdccddi lifddb" rel="chrome-webstore-item">
28 <meta content="product" property="og:type"> 28 <meta content="product" property="og:type">
29 <meta content="https://adblockplus.org/img/adblockplus_promo.png" property="og:i mage"> 29 <meta content="https://adblockplus.org/img/adblockplus_promo.png" property="og:i mage">
30 <meta content="https://adblockplus.org/" property="og:url"> 30 <meta content="https://adblockplus.org/" property="og:url">
31
saroyanm 2015/03/09 11:21:34 nit: I think we don't need to separate the metatag
32 <meta content="{{"title"|translate}}" name="title"> 31 <meta content="{{"title"|translate}}" name="title">
33 <meta content="{{"s2"|translate}}" name="description"> 32 <meta content="{{"s2"|translate}}" name="description">
34 <meta content="{{"title"|translate}}" property="og:title"> 33 <meta content="{{"title"|translate}}" property="og:title">
35 <meta content="{{"s2"|translate}}" property="og:description"> 34 <meta content="{{"s2"|translate}}" property="og:description">
36 </head> 35 </head>
36
37 37
38 <div itemscope="itemscope" itemtype="http://schema.org/SoftwareApplication"> 38 <div itemscope="itemscope" itemtype="http://schema.org/SoftwareApplication">
39 <section id="main"> 39 <section id="main">
40 <div id="summary"> 40 <div id="summary">
41 <h1 itemprop="name">{{"s5"|translate}}</h1> 41 <h1 itemprop="name">{{"s5"|translate}}</h1>
42 <h2 itemprop="description">{{"s6"|translate}}</h2> 42 <h2 itemprop="description">{{"s6"|translate}}</h2>
43 43
44 <ul id="features"> 44 <ul id="features">
45 <li itemprop="featureList"> 45 <li itemprop="featureList">
46 <div class="sprite"></div> 46 <div class="sprite"></div>
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 <h2>{{"s26"|translate}}</h2> 330 <h2>{{"s26"|translate}}</h2>
331 331
332 <p> 332 <p>
333 {{"s102"|translate}} 333 {{"s102"|translate}}
334 </p> 334 </p>
335 </div> 335 </div>
336 </div> 336 </div>
337 </section> 337 </section>
338 338
339 <script src="/js/index.js"></script> 339 <script src="/js/index.js"></script>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld