Commit d7b7a775 by Manzar Hussain

add sidebar div

parent 67e8e8e3
......@@ -82,20 +82,24 @@
{{ page.content_top }}
</div>
{% endif %}
{% if page.sidebar_first %}
{{ page.sidebar_first }}
<div class="container-fluid spacerTB">
<div class="row">
{% if page.sidebar_first %}
{{ page.sidebar_first }}
{% endif %}
{% endif %}
{{ page.content }}
{{ page.content }}
{% if page.sidebar_second %}
{% if page.sidebar_second %}
{{ page.sidebar_second }}
{{ page.sidebar_second }}
{% endif %}
{% endif %}
</div>
</div>
......
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