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

Side by Side Diff: includes/meta.tmpl

Issue 29375829: Issue 4899 - set template META description on eyeo.com (Closed)
Patch Set: Created Feb. 16, 2017, 11: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 | templates/default.tmpl » ('j') | templates/default.tmpl » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {# HTML5 essentials #}
2 <meta charset="utf-8">
3 <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale= 1,user-scalable=no" />
4 <meta http-equiv="X-UA-Compatible" content="IE=edge">
5
6 {# HTML5 meta #}
7 <meta name="title" content="{{ title | translate('page-title', 'Page Title') }}" >
juliandoucette 2017/02/21 15:20:14 Title is already included in templates/default.tmp
erick 2017/02/28 12:46:41 Done.
8 <meta name="description" content="{{ description if description else 'eyeo featu res a host of products, all of which are geared toward giving users more control and more information about their online experience.' | translate('page-descript ion', 'Page description') }}">
9
10 {# http://ogp.me/ #}
11 <meta property="og:image" content="{{og_image if og_image else 'https://eyeo.com /images/eyeo-meta-default.png'}}">
OLDNEW
« no previous file with comments | « no previous file | templates/default.tmpl » ('j') | templates/default.tmpl » ('J')

Powered by Google App Engine
This is Rietveld