Merge pull request #11078 from scmmishra/footer-signup-fix

feat: always render footer links layout
This commit is contained in:
mergify[bot] 2020-07-22 11:07:23 +00:00 committed by GitHub
commit 45b5d61e5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,8 +7,6 @@
{%- endif -%}
</a>
{% endmacro %}
{% if footer_items -%}
<div class="footer-links">
<div class="row">
<div class="footer-col-left col-sm-6">
@ -24,4 +22,3 @@
</div>
</div>
</div>
{% endif %}