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

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

Issue 29500573: Issue 5453 - Change website-defaults into a CMS compatible website (Closed)
Patch Set: Created July 28, 2017, 11:01 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 | « gulpfile.js ('k') | package.json » ('j') | 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 <title>{{ title | translate("page-title", "Page title") }}</title>
5 {% if description %}
6 <meta name="description" content="{{ description | translate("page-description ", "Page description") }}">
7 {% endif %}
OLDNEW
« no previous file with comments | « gulpfile.js ('k') | package.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld