From b231028bdd411c65437638fb495488dcee266381 Mon Sep 17 00:00:00 2001 From: Brenda Segal Date: Tue, 20 Aug 2024 10:21:30 -0400 Subject: [PATCH] tweak main-search layout to better display Search Result page errors --- sections/main-search.liquid | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/sections/main-search.liquid b/sections/main-search.liquid index 66e7328034f..1969954f138 100644 --- a/sections/main-search.liquid +++ b/sections/main-search.liquid @@ -63,9 +63,9 @@ } {%- endstyle -%} -{% paginate search.results by 24 %} -
-
+
+ {% paginate search.results by 24 %} +

{%- if search.performed -%} {{- 'templates.search.title' | t -}} @@ -325,8 +325,9 @@

{%- endif -%} -
-{% endpaginate %} + {% endpaginate %} +
+ {% if section.settings.image_shape == 'arch' %} {% render 'mask-arch' %} {%- endif -%}