You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
600 B
17 lines
600 B
4 weeks ago
|
<footer class="footer-bottom-blocks footer">
|
||
|
<div class="container">
|
||
|
<div class="footer-bottom-blocks-container">
|
||
|
{% if page.footer_bottom_left %}
|
||
|
<div class="footer-bottom-block footer-bottom-block-left">
|
||
|
{{ page.footer_bottom_left }}
|
||
|
</div>
|
||
|
{% endif %}
|
||
|
{% if page.footer_bottom_right %}
|
||
|
<div class="footer-bottom-block footer-bottom-block-right">
|
||
|
{{ page.footer_bottom_right }}
|
||
|
</div>
|
||
|
{% endif %}
|
||
|
</div><!-- /footer-bottom-blocks-container -->
|
||
|
</div><!-- /container -->
|
||
|
</footer><!-- /footer-bottom-blocks -->
|