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

Unified Diff: includes/index.tmpl

Issue 5440736082264064: Issue 2075 - Put meta tags inside of page header. (Closed)
Patch Set: Changes generated by fixed conversion script. Created March 8, 2015, 9:53 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 | « no previous file | pages/acceptable-ads-manifesto.raw » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: includes/index.tmpl
diff --git a/includes/index.tmpl b/includes/index.tmpl
index 221dcdb3a105905a7d982df1a8f0008877d71d9a..7c3fb00bb01112c224b351a479b6596a47c23bc7 100644
--- a/includes/index.tmpl
+++ b/includes/index.tmpl
@@ -28,12 +28,12 @@ localefile=index
<meta content="product" property="og:type">
<meta content="https://adblockplus.org/img/adblockplus_promo.png" property="og:image">
<meta content="https://adblockplus.org/" property="og:url">
-</head>
+
saroyanm 2015/03/09 11:21:34 nit: I think we don't need to separate the metatag
<meta content="{{"title"|translate}}" name="title">
<meta content="{{"s2"|translate}}" name="description">
<meta content="{{"title"|translate}}" property="og:title">
<meta content="{{"s2"|translate}}" property="og:description">
-
+</head>
<div itemscope="itemscope" itemtype="http://schema.org/SoftwareApplication">
<section id="main">
« no previous file with comments | « no previous file | pages/acceptable-ads-manifesto.raw » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld