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

Side by Side Diff: templates/default.tmpl

Issue 29369432: Issue 4685 - Update images on eyeo.com (Closed)
Patch Set: Created Dec. 20, 2016, 5:44 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « static/images/office/hr-6_150.jpg ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html lang="{{locale}}"> 2 <html lang="{{locale}}">
3 <head> 3 <head>
4 <meta charset="UTF-8" /> 4 <meta charset="UTF-8" />
5 <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scal e=1,user-scalable=no" /> 5 <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scal e=1,user-scalable=no" />
6 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 6 <meta http-equiv="X-UA-Compatible" content="IE=edge">
7 <meta property="og:image" content="{{og_image if og_image else 'https://eyeo.c om/images/eyeo-meta-default.png'}}"> 7 <meta property="og:image" content="{{og_image if og_image else 'https://eyeo.c om/images/eyeo-meta-default.png'}}">
8 8
9 {% if title %} 9 {% if title %}
10 <title>{{title}} | Eyeo GmbH</title> 10 <title>{{title}} | Eyeo GmbH</title>
11 {% else %} 11 {% else %}
12 <title>Eyeo GmbH</title> 12 <title>Eyeo GmbH</title>
13 {% endif %} 13 {% endif %}
14 14
15 <link rel="shortcut icon" href="/images/favicon.png" /> 15 <link rel="shortcut icon" href="/images/eyeo_favicon_64.png" />
16 16
17 <link rel="stylesheet" href="/css/styles.css" type="text/css" media="all"> 17 <link rel="stylesheet" href="/css/styles.css" type="text/css" media="all">
18 18
19 <!--[if lt IE 9]> 19 <!--[if lt IE 9]>
20 <script src="/js/html5shiv.min.js"></script> 20 <script src="/js/html5shiv.min.js"></script>
21 <script src="/js/respond.min.js"></script> 21 <script src="/js/respond.min.js"></script>
22 <![endif]--> 22 <![endif]-->
23 23
24 <script src="/js/jquery.js"></script> 24 <script src="/js/jquery.js"></script>
25 <script src="/js/scripts.js"></script> 25 <script src="/js/scripts.js"></script>
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 </small> 88 </small>
89 <div id="footer-links"> 89 <div id="footer-links">
90 {{"contact"|linkify}}Made with ♥ in Cologne</a> 90 {{"contact"|linkify}}Made with ♥ in Cologne</a>
91 {{"privacy"|linkify}}Privacy Policy</a> 91 {{"privacy"|linkify}}Privacy Policy</a>
92 </div> 92 </div>
93 </div> 93 </div>
94 </footer> 94 </footer>
95 </body> 95 </body>
96 96
97 </html> 97 </html>
OLDNEW
« no previous file with comments | « static/images/office/hr-6_150.jpg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld