Commit 2345b0f2 by Manzar Hussain

Merge branch 'feature-theme' into 'develop'

add bottom content

See merge request manzarH/dic-global-dev!54
parents 226137dd 7c6344c5
......@@ -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