Move highlighted and help regions *above* the page title
This commit is contained in:
parent
b95b91ce09
commit
9552821928
1 changed files with 2 additions and 3 deletions
|
@ -57,6 +57,8 @@
|
|||
<p class="slogan"><strong class="title">{{ site_slogan }}</strong></p>
|
||||
</div>
|
||||
</div>
|
||||
{{ page.highlighted }}
|
||||
{{ page.help }}
|
||||
{% if not is_front %}
|
||||
<section class="page-title">
|
||||
{% block header_and_search %}
|
||||
|
@ -90,9 +92,6 @@
|
|||
<main role="main" class="container">
|
||||
<a id="main-content" tabindex="-1"></a>{# link is in html.html.twig #}
|
||||
|
||||
{{ page.highlighted }}
|
||||
{{ page.help }}
|
||||
|
||||
<div class="columns is-centered">
|
||||
{% block main_content %}
|
||||
{# Set attributes for content. #}
|
||||
|
|
Loading…
Add table
Reference in a new issue