Put user menu in footer
This commit is contained in:
parent
152854df5b
commit
48bd59bb1c
1 changed files with 9 additions and 8 deletions
|
@ -30,11 +30,6 @@
|
||||||
{{ page.header_search }}
|
{{ page.header_search }}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if page.header_user %}
|
|
||||||
<div class="user-account-menu column is-narrow">
|
|
||||||
{{ page.header_user }}
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
{% block navbar_social %}
|
{% block navbar_social %}
|
||||||
{% if page.navbar_social %}
|
{% if page.navbar_social %}
|
||||||
<div class="column is-narrow">
|
<div class="column is-narrow">
|
||||||
|
@ -130,7 +125,7 @@
|
||||||
</section>
|
</section>
|
||||||
{% endblock main %}
|
{% endblock main %}
|
||||||
{% block footer %}
|
{% 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">
|
<footer role="contentinfo" class="footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
{{ page.footer }}
|
{{ page.footer }}
|
||||||
|
@ -139,8 +134,14 @@
|
||||||
{{ page.footer_menus }}
|
{{ page.footer_menus }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if page.footer_info %}
|
{% if page.footer_info %}
|
||||||
<div class="column"></div>
|
<div class="column">
|
||||||
{{ page.footer_info }}
|
{{ page.footer_info }}
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
{% if page.header_user %}
|
||||||
|
<div class="user-account-menu column is-narrow">
|
||||||
|
{{ page.header_user }}
|
||||||
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% if page.footer_notice %}
|
{% if page.footer_notice %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue