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

Unified Diff: templates/default.tmpl

Issue 29365588: issue 4565 - add meta images (Closed)
Patch Set: Created Nov. 29, 2016, 3:52 p.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
« no previous file with comments | « static/images/eyeo-meta-jobs.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/default.tmpl
===================================================================
--- a/templates/default.tmpl
+++ b/templates/default.tmpl
@@ -4,6 +4,7 @@
<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 '/images/eyeo-meta-default.png'}}">
{% if title %}
<title>{{title}} | Eyeo GmbH</title>
« no previous file with comments | « static/images/eyeo-meta-jobs.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld