Use non-breaking spaces for subtitle

This commit is contained in:
Philipp Oppermann
2019-03-19 12:52:59 +01:00
parent fe19af668d
commit d0c0cd8ed7

View File

@@ -27,7 +27,7 @@
<h1 class="masthead-title"> <h1 class="masthead-title">
<a href="{{ get_url(path="./second-edition/_index.md") }}" title="Home">{{ config.title }} (Second Edition)</a> <a href="{{ get_url(path="./second-edition/_index.md") }}" title="Home">{{ config.title }} (Second Edition)</a>
</h1> </h1>
<p><small>{{ config.extra.subtitle }}</small></p> <p><small>{{ config.extra.subtitle | replace(from=" ", to="&nbsp;")}}</small></p>
{% block header %}{% endblock header %} {% block header %}{% endblock header %}
</div> </div>
</header> </header>