Commit 7c6344c5 by Manzar Hussain

add bottom content

parent 6c6c0db7
......@@ -19,6 +19,7 @@ regions:
breadcrumb: Breadcrumb
content_top: Content Top
content: Content
content_bottom: 'Content Bottom'
footer_top: Footer Top
footer: Footer
footer_first: 'Footer first'
......
......@@ -90,6 +90,12 @@
{# {{ page.content }} #}
</div>{# /.layout-content #}
</div> -->
{% if page.content_bottom %}
</div class="contentBottom">
{{ page.content_bottom }}
</div>
{% endif %}
{% if page.footer_top %}
<div class="container-fluid spacerTB">
<div class="row">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment