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> |