Remove '(Second Edition)' from title

This commit is contained in:
Philipp Oppermann
2020-01-28 17:06:47 +01:00
parent 578b03efcb
commit c7af79f452

View File

@@ -25,7 +25,7 @@
<header class="masthead">
<div style="position:relative">
<h1 class="masthead-title">
<a href="{{ config.base_url | safe }}" title="Home">{{ config.title | safe }} (Second Edition)</a>
<a href="{{ config.base_url | safe }}" title="Home">{{ config.title | safe }}</a>
</h1>
<p><small>{{ config.extra.subtitle | replace(from=" ", to="&nbsp;") | safe }}</small></p>
{% block header %}{% endblock header %}