mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Use non-breaking spaces for subtitle
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<h1 class="masthead-title">
|
||||
<a href="{{ get_url(path="./second-edition/_index.md") }}" title="Home">{{ config.title }} (Second Edition)</a>
|
||||
</h1>
|
||||
<p><small>{{ config.extra.subtitle }}</small></p>
|
||||
<p><small>{{ config.extra.subtitle | replace(from=" ", to=" ")}}</small></p>
|
||||
{% block header %}{% endblock header %}
|
||||
</div>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user