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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « filters/to_og_locale.py ('k') | settings.ini » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/index.tmpl
===================================================================
--- a/pages/index.tmpl
+++ b/pages/index.tmpl
@@ -1,15 +1,12 @@
title=Adblock Browser
+description=Browse fast, safe and free of annoying ads with Adblock Browser
noheading=True
<head>
<meta content="https://adblockbrowser.org/images/promo-image-1200x630.png" property="og:image" />
- <meta content="{{"Adblock Browser"|translate("meta-title", "meta title text")}}" name="title" />
- <meta content="{{"Browse fast, safe and free of annoying ads with Adblock Browser"|translate("meta-description", "meta description text")}}" name="description" />
- <meta content="{{"Adblock Browser"|translate("meta-title", "open graph meta title text")}}" property="og:title" />
- <meta content="{{"Browse fast, safe and free of annoying ads with Adblock Browser"|translate("meta-description", "open graph meta description text")}}" property="og:description" />
</head>
<div class="content-left">
<? include index ?>
</div>
<img id="promo-image" src="/images/promo-image.png" alt="{{"Promotional image"|translate("promotional-image-alt", "Alternative text for the Adblock Browser promotional image for big screens")}}" />
« 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