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

Side by Side Diff: includes/meta/standard.tmpl

Issue 29480630: Issue 5329 - Added standard meta data to website-defaults (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Created July 5, 2017, 5:34 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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <meta charset="utf-8">
2 <meta http-equiv="x-ua-compatible" content="ie=edge">
3 <meta name="viewport" content="width=device-width, initial-scale=1">
4 {% if title %}
ire 2017/07/06 08:12:02 Question: Since these are the standard meta data t
juliandoucette 2017/07/06 13:26:00 Good question. - I think title and description sh
ire 2017/07/07 08:37:43 Okay I see, makes sense. This is probably a sugge
juliandoucette 2017/07/07 11:50:16 I don't know. In (my) theory - a competent parse
ire 2017/07/12 08:22:37 From my (limited) research, I couldn't really find
juliandoucette 2017/07/14 11:40:54 Acknowledged. I was wrong about Facebook; at leas
5 <title>{{ title | translate("page-title", "Meta page title") }}</title>
6 {% endif %}
7 {% if description %}
8 <meta name="description" content="{{ description | translate("page-description ", "Meta page description") }}">
9 {% endif %}
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld