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

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

Issue 29510630: Noissue - Added canonical link to standard meta template (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Added siteurl and include to default.tmpl Created Aug. 21, 2017, 10:43 a.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 | settings.ini » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 <title>{{ title | translate("page-title", "Page title") }}</title> 4 <title>{{ title | translate("page-title", "Page title") }}</title>
5 {% if description %} 5 {% if description %}
6 <meta name="description" content="{{ description | translate("page-description ", "Page description") }}"> 6 <meta name="description" content="{{ description | translate("page-description ", "Page description") }}">
7 {% endif %} 7 {% endif %}
8 <link rel="canonical" href="{{ get_canonical_url(page) }}">
OLDNEW
« no previous file with comments | « no previous file | settings.ini » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld