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

Unified Diff: templates/default.tmpl

Issue 29375829: Issue 4899 - set template META description on eyeo.com (Closed)
Patch Set: Created Feb. 16, 2017, 11:43 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« includes/meta.tmpl ('K') | « includes/meta.tmpl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/default.tmpl
diff --git a/templates/default.tmpl b/templates/default.tmpl
index 9026714b4f9392e1bfc9e7f1f8fd3a0d0e0da63f..03442e2fd0102e544efb60352096385d3922aaeb 100644
--- a/templates/default.tmpl
+++ b/templates/default.tmpl
@@ -1,11 +1,7 @@
<!DOCTYPE html>
<html lang="{{locale}}">
<head>
- <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">
- <meta property="og:image" content="{{og_image if og_image else 'https://eyeo.com/images/eyeo-meta-default.png'}}">
-
+ <? include meta ?>
saroyanm 2017/02/22 13:10:47 Detail: please use 2 space indentation, as specifi
erick 2017/02/28 12:46:41 Done.
{% if title %}
<title>{{title}} | eyeo GmbH</title>
{% else %}
« includes/meta.tmpl ('K') | « includes/meta.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld