Index: includes/meta.tmpl |
diff --git a/includes/meta.tmpl b/includes/meta.tmpl |
new file mode 100644 |
index 0000000000000000000000000000000000000000..9f076c8434941bf7e2e39e19f09034f344566098 |
--- /dev/null |
+++ b/includes/meta.tmpl |
@@ -0,0 +1,11 @@ |
+{# HTML5 essentials #} |
+<meta charset="utf-8"> |
+<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" /> |
+<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
+ |
+{# HTML5 meta #} |
+<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.
|
+<meta name="description" content="{{ description if description else 'eyeo features a host of products, all of which are geared toward giving users more control and more information about their online experience.' | translate('page-description', 'Page description') }}"> |
+ |
+{# http://ogp.me/ #} |
+<meta property="og:image" content="{{og_image if og_image else 'https://eyeo.com/images/eyeo-meta-default.png'}}"> |