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

Unified Diff: templates/default.tmpl

Issue 29372751: Issue4818: Replaced "Eyeo" with "eyeo" for branding consistancy (Closed)
Patch Set: Issue 4818 - Changed "Eyeo" to "eyeo" Created Jan. 24, 2017, 2:41 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/pad/urlfixer_pad.xml ('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
@@ -7,9 +7,9 @@
<meta property="og:image" content="{{og_image if og_image else 'https://eyeo.com/images/eyeo-meta-default.png'}}">
{% if title %}
- <title>{{title}} | Eyeo GmbH</title>
+ <title>{{title}} | eyeo GmbH</title>
{% else %}
- <title>Eyeo GmbH</title>
+ <title>eyeo GmbH</title>
{% endif %}
<link rel="shortcut icon" href="/images/favicon.png" />
@@ -36,8 +36,8 @@
<header id="header" class="top">
<div class="content-block">
- {{"index"|linkify(id="logo",title="Eyeo GmbH",rel="home")}}
- <img src="/images/logo.png" srcset="/images/logo.png 1x, /images/logo-2x.png 2x" alt="Eyeo GmbH" />
+ {{"index"|linkify(id="logo",title="eyeo GmbH",rel="home")}}
+ <img src="/images/logo.png" srcset="/images/logo.png 1x, /images/logo-2x.png 2x" alt="eyeo GmbH" />
</a>
<a class="assistive-text" href="#content">
@@ -84,7 +84,7 @@
<footer id="footer">
<div class="content-block">
<small>
- Adblock Plus™ and Acceptable Ads™ are registered trademarks of Eyeo GmbH.
+ Adblock Plus™ and Acceptable Ads™ are registered trademarks of eyeo GmbH.
</small>
<div id="footer-links">
{{"contact"|linkify}}Made with ♥ in Cologne</a>
« no previous file with comments | « static/pad/urlfixer_pad.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld