Auto-format edition-3 templates

This commit is contained in:
Philipp Oppermann
2022-12-18 12:11:36 +01:00
parent ce0c6c133b
commit db2d2bca19
11 changed files with 255 additions and 209 deletions

View File

@@ -6,7 +6,8 @@
<h2 class="masthead-title">
<a href="{{ config.base_url | safe }}/edition-3" title="Home">{{ config.title | safe }}</a>
</h2>
<p><small>{{ config.extra.subtitle | replace(from=" ", to="&nbsp;") | safe }}&nbsp;Third&nbsp;Edition&nbsp;(Alpha&nbsp;Release)</small></p>
<p><small>{{ config.extra.subtitle | replace(from=" ", to="&nbsp;") | safe }}
&nbsp;Third&nbsp;Edition&nbsp;(Alpha&nbsp;Release)</small></p>
{% block header %}{% endblock header %}
</div>
</header>