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: Wrap meta tags in head even when head doesn't yet exist. Created March 9, 2015, 11:48 a.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.raw » ('j') | pages/acceptable-ads.raw » ('J')
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..de8ea7787bf7f2ce4206c51ee26e6fded9c9666e 100644
--- a/includes/index.tmpl
+++ b/includes/index.tmpl
@@ -28,11 +28,11 @@ 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>
<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">
« no previous file with comments | « no previous file | pages/acceptable-ads.raw » ('j') | pages/acceptable-ads.raw » ('J')

Powered by Google App Engine
This is Rietveld