| Index: includes/meta/standard.tmpl | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/includes/meta/standard.tmpl | 
| @@ -0,0 +1,9 @@ | 
| +<meta charset="utf-8"> | 
| +<meta http-equiv="x-ua-compatible" content="ie=edge"> | 
| +<meta name="viewport" content="width=device-width, initial-scale=1"> | 
| +{% if 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
 
 | 
| + <title>{{ title | translate("page-title", "Meta page title") }}</title> | 
| +{% endif %} | 
| +{% if description %} | 
| + <meta name="description" content="{{ description | translate("page-description", "Meta page description") }}"> | 
| +{% endif %} |