Put user menu in footer

This commit is contained in:
benjamin melançon 2019-09-30 18:41:44 -04:00
parent 152854df5b
commit 48bd59bb1c

View file

@ -30,11 +30,6 @@
{{ page.header_search }}
</div>
{% endif %}
{% if page.header_user %}
<div class="user-account-menu column is-narrow">
{{ page.header_user }}
</div>
{% endif %}
{% block navbar_social %}
{% if page.navbar_social %}
<div class="column is-narrow">
@ -130,7 +125,7 @@
</section>
{% endblock main %}
{% block footer %}
{% if page.footer or page.footer_menus or page.footer_info or page.footer_notice%}
{% if page.footer or page.footer_menus or page.footer_info or page.footer_notice or page.header_user %}
<footer role="contentinfo" class="footer">
<div class="container">
{{ page.footer }}
@ -139,8 +134,14 @@
{{ page.footer_menus }}
{% endif %}
{% if page.footer_info %}
<div class="column"></div>
<div class="column">
{{ page.footer_info }}
</div>
{% endif %}
{% if page.header_user %}
<div class="user-account-menu column is-narrow">
{{ page.header_user }}
</div>
{% endif %}
</div>
{% if page.footer_notice %}