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.
26 lines
782 B
26 lines
782 B
<footer class="footer-blocks footer"> |
|
<div class="container"> |
|
<div class="footer-blocks-container"> |
|
{% if page.footer_one %} |
|
<div class="footer-block footer-one"> |
|
{{ page.footer_one }} |
|
</div> |
|
{% endif %} |
|
{% if page.footer_two %} |
|
<div class="footer-block footer-two"> |
|
{{ page.footer_two }} |
|
</div> |
|
{% endif %} |
|
{% if page.footer_three %} |
|
<div class="footer-block footer-three"> |
|
{{ page.footer_three }} |
|
</div> |
|
{% endif %} |
|
{% if page.footer_four %} |
|
<div class="footer-block footer-four"> |
|
{{ page.footer_four }} |
|
</div> |
|
{% endif %} |
|
</div><!-- /footer-top-container --> |
|
</div><!-- /container --> |
|
</footer><!-- /footer-top -->
|
|
|