Drop title down over featured image

this doesn't happen on home, where there will never be a featured image

@TODO make sure nothing terrible happens when there is no featured image
This commit is contained in:
Benjamin Melançon 2019-08-30 23:00:57 -04:00
parent 26477c4272
commit b95b91ce09
2 changed files with 10 additions and 1 deletions

View file

@ -58,7 +58,7 @@
</div>
</div>
{% if not is_front %}
<section>
<section class="page-title">
{% block header_and_search %}
{% if page.header %}
{# Header region #}