Skip to content

Commit

Permalink
Formatting again
Browse files Browse the repository at this point in the history
  • Loading branch information
kmeleta committed Mar 16, 2023
1 parent 307a83f commit fe6b11e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sections/header.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,11 @@
if section.settings.menu != blank
render 'header-drawer'
endif
-%}

{%- if section.settings.logo_position == 'top-center' or section.settings.menu == blank -%}
{% render 'header-search', is_duplicate: true %}
{%- endif -%}
if section.settings.logo_position == 'top-center' or section.settings.menu == blank
render 'header-search', is_duplicate: true
endif
-%}

{%- if section.settings.logo_position != 'middle-center' -%}
{%- if request.page_type == 'index' -%}
Expand Down

0 comments on commit fe6b11e

Please sign in to comment.