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

Side by Side Diff: pages/index.tmpl

Issue 29511670: Issue 5446 - Add missing essential meta data to adblockbrowser.org (Closed) Base URL: https://hg.adblockplus.org/web.adblockbrowser.org
Patch Set: Re-added index page description and matched previous description string id Created Aug. 10, 2017, 7:18 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « filters/to_og_locale.py ('k') | settings.ini » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 title=Adblock Browser 1 title=Adblock Browser
2 description=Browse fast, safe and free of annoying ads with Adblock Browser
2 noheading=True 3 noheading=True
3 4
4 <head> 5 <head>
5 <meta content="https://adblockbrowser.org/images/promo-image-1200x630.png" pro perty="og:image" /> 6 <meta content="https://adblockbrowser.org/images/promo-image-1200x630.png" pro perty="og:image" />
6 <meta content="{{"Adblock Browser"|translate("meta-title", "meta title text")} }" name="title" />
7 <meta content="{{"Browse fast, safe and free of annoying ads with Adblock Brow ser"|translate("meta-description", "meta description text")}}" name="description " />
8 <meta content="{{"Adblock Browser"|translate("meta-title", "open graph meta ti tle text")}}" property="og:title" />
9 <meta content="{{"Browse fast, safe and free of annoying ads with Adblock Brow ser"|translate("meta-description", "open graph meta description text")}}" proper ty="og:description" />
10 </head> 7 </head>
11 8
12 <div class="content-left"> 9 <div class="content-left">
13 <? include index ?> 10 <? include index ?>
14 </div> 11 </div>
15 <img id="promo-image" src="/images/promo-image.png" alt="{{"Promotional image"|t ranslate("promotional-image-alt", "Alternative text for the Adblock Browser prom otional image for big screens")}}" /> 12 <img id="promo-image" src="/images/promo-image.png" alt="{{"Promotional image"|t ranslate("promotional-image-alt", "Alternative text for the Adblock Browser prom otional image for big screens")}}" />
OLDNEW
« no previous file with comments | « filters/to_og_locale.py ('k') | settings.ini » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld