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

Side by Side Diff: templates/default.tmpl

Issue 29349015: Issue 4301 - Add Privacy Policy to Eyeo.com (Closed)
Patch Set: Addressed Julian's comments Created Aug. 16, 2016, 10:17 a.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/css/styles.css ('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 7
8 {% if title %} 8 {% if title %}
9 <title>{{title}} | Eyeo GmbH</title> 9 <title>{{title}} | Eyeo GmbH</title>
10 {% else %} 10 {% else %}
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 76
77 </div> 77 </div>
78 </header> 78 </header>
79 79
80 <div id="content"> 80 <div id="content">
81 {{body|safe}} 81 {{body|safe}}
82 </div> 82 </div>
83 83
84 <footer id="footer"> 84 <footer id="footer">
85 <div class="content-block"> 85 <div class="content-block">
86 <a id="footer-contact" href="{{source.resolve_link("contact", locale)[1]}} " hreflang="{{source.resolve_link("contact", locale)[0]}}"> 86 <small>
87 Made with ♥ in Cologne
88 </a>
89
90 <div class="footer-text">
91 Adblock Plus™ and Acceptable Ads™ are registered trademarks of Eyeo GmbH . 87 Adblock Plus™ and Acceptable Ads™ are registered trademarks of Eyeo GmbH .
88 </small>
89 <div id="footer-links">
90 {{"contact"|linkify}}Made with ♥ in Cologne</a>
91 {{"privacy"|linkify}}Privacy Policy</a>
92 </div> 92 </div>
93
94 </div> 93 </div>
95 </footer> 94 </footer>
96 </body> 95 </body>
97 96
98 </html> 97 </html>
OLDNEW
« no previous file with comments | « static/css/styles.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld