| Left: | ||
| Right: | 
| LEFT | RIGHT | 
|---|---|
| 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 %} | |
| LEFT | RIGHT |