Skip to content
Snippets Groups Projects
Commit 88b50901 authored by iberdinsky's avatar iberdinsky
Browse files

Fixed footer - #3050559

parent 49ee1e4b
No related branches found
No related tags found
No related merge requests found
...@@ -118,30 +118,32 @@ ...@@ -118,30 +118,32 @@
</aside> </aside>
{% endif %} {% endif %}
</div> </div>
</main>
{% if page.content_bottom|render|trim is not empty %} {% if page.content_bottom|render|trim is not empty %}
<div class="layout-content-bottom"> <div class="layout-content-bottom">
{{ page.content_bottom }} {{ page.content_bottom }}
</div>
{% endif %}
{% if page.footer|render|trim is not empty %}
<div class="layout-footer">
<footer class="footer" role="contentinfo">
<div class="container">
{{ page.footer }}
</div> </div>
</footer> {% endif %}
</div> </main>
{% endif %}
{% if page.bottom|render|trim is not empty %} <footer role="contentinfo">
<div class="layout-bottom"> {% if page.footer|render|trim is not empty %}
<div class="container"> <div class="layout-footer">
{{ page.bottom }} <div class="footer">
<div class="container">
{{ page.footer }}
</div>
</div> </div>
</div> </div>
{% endif %} {% endif %}
{% if page.bottom|render|trim is not empty %}
<div class="layout-bottom">
<div class="container">
{{ page.bottom }}
</div>
</div>
{% endif %}
</footer>
</div>{# /.layout-container #} </div>{# /.layout-container #}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment