Skip to content

Commit

Permalink
Use non-breaking spaces for subtitle
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Mar 19, 2019
1 parent fe19af6 commit d0c0cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/templates/second-edition/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -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="&nbsp;")}}</small></p>
{% block header %}{% endblock header %}
</div>
</header>
Expand Down

0 comments on commit d0c0cd8

Please sign in to comment.