Move highlighted and help regions *above* the page title

This commit is contained in:
Benjamin Melançon 2019-08-30 23:01:16 -04:00
parent b95b91ce09
commit 9552821928

View file

@ -57,6 +57,8 @@
<p class="slogan"><strong class="title">{{ site_slogan }}</strong></p> <p class="slogan"><strong class="title">{{ site_slogan }}</strong></p>
</div> </div>
</div> </div>
{{ page.highlighted }}
{{ page.help }}
{% if not is_front %} {% if not is_front %}
<section class="page-title"> <section class="page-title">
{% block header_and_search %} {% block header_and_search %}
@ -90,9 +92,6 @@
<main role="main" class="container"> <main role="main" class="container">
<a id="main-content" tabindex="-1"></a>{# link is in html.html.twig #} <a id="main-content" tabindex="-1"></a>{# link is in html.html.twig #}
{{ page.highlighted }}
{{ page.help }}
<div class="columns is-centered"> <div class="columns is-centered">
{% block main_content %} {% block main_content %}
{# Set attributes for content. #} {# Set attributes for content. #}