Get slogan into spitting distance

This commit is contained in:
benjamin melançon 2019-08-01 08:47:27 -04:00
parent 9481f1f019
commit 252868ef1d

View file

@ -37,6 +37,7 @@
{{ parent() }}
{% endblock navbar %}
{% block header %}
<h6 class="title">{{ site_slogan }}</h6>
<section class="hero">
{% block header_and_search %}
{% if page.header %}
@ -46,7 +47,6 @@
<div class="columns is-vcentered">
<div class="column">
{{ page.header }}
<h1 class="title">{{ site_slogan }}</h1>
</div>
</div>
</div>