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

Side by Side Diff: pages/index.tmpl

Issue 29326087: Issue 3012 - Add social media optimized image for ABB.org homepage (Closed)
Patch Set: Created Sept. 8, 2015, 10:41 a.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 | « no previous file | static/images/promo-image-1200x630.png » ('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 noheading=True 2 noheading=True
3 3
4 <head> 4 <head>
5 <meta content="https://adblockbrowser.org/images/promo-image.png" property="og :image" /> 5 <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" /> 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 " /> 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" /> 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" /> 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> 10 </head>
11 11
12 <div class="content-left"> 12 <div class="content-left">
13 <? include index ?> 13 <? include index ?>
14 </div> 14 </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")}}" /> 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")}}" />
OLDNEW
« no previous file with comments | « no previous file | static/images/promo-image-1200x630.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld