mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Remove '(Second Edition)' from title
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
<header class="masthead">
|
<header class="masthead">
|
||||||
<div style="position:relative">
|
<div style="position:relative">
|
||||||
<h1 class="masthead-title">
|
<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>
|
</h1>
|
||||||
<p><small>{{ config.extra.subtitle | replace(from=" ", to=" ") | safe }}</small></p>
|
<p><small>{{ config.extra.subtitle | replace(from=" ", to=" ") | safe }}</small></p>
|
||||||
{% block header %}{% endblock header %}
|
{% block header %}{% endblock header %}
|
||||||
|
|||||||
Reference in New Issue
Block a user