Skip to content

Commit

Permalink
When top row of footer deleted FoS button didn't show
Browse files Browse the repository at this point in the history
  • Loading branch information
schaab committed Jan 13, 2023
1 parent efe68b3 commit 315ae73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/footer.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
{%- endstyle -%}

<footer class="footer color-{{ section.settings.color_scheme }} gradient section-{{ section.id }}-padding">
{%- if section.blocks.size > 0 or section.settings.newsletter_enable or section.settings.show_social -%}
{%- if section.blocks.size > 0 or section.settings.newsletter_enable or section.settings.show_social or section.settings.enable_follow_on_shop-%}
<div class="footer__content-top page-width">
{%- if section.blocks.size > 0 -%}
{%- liquid
Expand Down

0 comments on commit 315ae73

Please sign in to comment.