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

Delta Between Two Patch Sets: includes/meta/standard.tmpl

Issue 29480630: Issue 5329 - Added standard meta data to website-defaults (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Left Patch Set: Created July 5, 2017, 5:34 p.m.
Right Patch Set: Removed title condition Created July 17, 2017, 10:39 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 <meta charset="utf-8"> 1 <meta charset="utf-8">
2 <meta http-equiv="x-ua-compatible" content="ie=edge"> 2 <meta http-equiv="x-ua-compatible" content="ie=edge">
3 <meta name="viewport" content="width=device-width, initial-scale=1"> 3 <meta name="viewport" content="width=device-width, initial-scale=1">
4 {% if title %} 4 <title>{{ title | translate("page-title", "Page title") }}</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> 5 {% if description %}
6 <meta name="description" content="{{ description | translate("page-description ", "Page description") }}">
6 {% endif %} 7 {% endif %}
7 {% if description %}
8 <meta name="description" content="{{ description | translate("page-description ", "Meta page description") }}">
9 {% endif %}
LEFTRIGHT
« no previous file | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld