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

Unified Diff: templates/default.tmpl

Issue 5994668214976512: Issue 662 - Job links shouldn't use anchors (Closed)
Patch Set: Created March 23, 2015, 1:04 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 | « pages/jobs/student-help-communications.md ('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
@@ -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">
« no previous file with comments | « pages/jobs/student-help-communications.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld