Index: templates/default.tmpl |
=================================================================== |
--- a/templates/default.tmpl |
+++ b/templates/default.tmpl |
@@ -5,7 +5,11 @@ |
<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"> |
+ {% if title %} |
<title>{{title}} | Eyeo GmbH</title> |
+ {% else %} |
+ <title>Eyeo GmbH</title> |
+ {% endif %} |
<link rel="shortcut icon" href="/images/favicon.png" /> |
@@ -15,6 +19,10 @@ |
<script src="/js/scripts.js"></script> |
<link rel="canonical" href="https://eyeo.com/{{page}}"> |
+ |
+ {% block head %} |
+ {{head|safe}} |
+ {% endblock %} |
</head> |
<body id="top" class="home page page-template-default apollo_validation_on cover wpb-js-composer js-comp-ver-3.6.14.1 vc_responsive"> |