Add '(Second Edition)' to second edition title

This commit is contained in:
Philipp Oppermann
2020-12-30 16:07:48 +01:00
parent d56977598e
commit fd623fd033

View File

@@ -19,7 +19,7 @@
<script async src="/js/edition-2/main.js"></script> <script async src="/js/edition-2/main.js"></script>
<title>{% block title %}{% endblock title %}</title> <title>{% block title %}{% endblock title %} (Second Edition)</title>
</head> </head>
<body> <body>
@@ -27,7 +27,7 @@
<header class="masthead"> <header class="masthead">
<div style="position:relative"> <div style="position:relative">
<h2 class="masthead-title"> <h2 class="masthead-title">
<a href="{{ config.base_url | safe }}" title="Home">{{ config.title | safe }}</a> <a href="{{ config.base_url | safe }}" title="Home">{{ config.title | safe }} (Second Edition)</a>
</h2> </h2>
<p><small>{{ config.extra.subtitle | replace(from=" ", to="&nbsp;") | safe }}</small></p> <p><small>{{ config.extra.subtitle | replace(from=" ", to="&nbsp;") | safe }}</small></p>
{% block header %}{% endblock header %} {% block header %}{% endblock header %}