From 109c485ba8394f5f5474d3769c5f5e8f5ae2f999 Mon Sep 17 00:00:00 2001 From: Kjell Reigstad Date: Wed, 12 Apr 2023 08:55:46 -0400 Subject: [PATCH] Animate the page section. (#2512) --- sections/page.liquid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sections/page.liquid b/sections/page.liquid index a4e79490ac8..4182d2d0663 100644 --- a/sections/page.liquid +++ b/sections/page.liquid @@ -16,14 +16,14 @@
-

+

{%- if section.settings.page.title != blank -%} {{ section.settings.page.title | escape }} {%- else -%} {{ 'sections.page.title' | t }} {%- endif -%}

-
+
{%- if section.settings.page.content != blank -%} {{ section.settings.page.content }} {%- else -%}