Left: | ||
Right: |
OLD | NEW |
---|---|
(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'}}"> | |
OLD | NEW |