From 033e977faa0ef7f1f91fbe7c558705f2a3ba1e5f Mon Sep 17 00:00:00 2001 From: Lars Hoffbeck Date: Fri, 29 Mar 2024 14:20:26 -0400 Subject: [PATCH 1/2] Updates Dawn to use the new filter --- sections/main-product.liquid | 43 +----------------------------------- 1 file changed, 1 insertion(+), 42 deletions(-) diff --git a/sections/main-product.liquid b/sections/main-product.liquid index 71e5eabb430..6f8fc2379f7 100644 --- a/sections/main-product.liquid +++ b/sections/main-product.liquid @@ -709,48 +709,7 @@ -%} From 8861398ed6a31b5fb00004fed80e418d3019d0cd Mon Sep 17 00:00:00 2001 From: Lars Hoffbeck Date: Tue, 14 May 2024 13:10:38 -0400 Subject: [PATCH 2/2] Add support for article structured data --- sections/main-article.liquid | 40 +++++------------------------------- 1 file changed, 5 insertions(+), 35 deletions(-) diff --git a/sections/main-article.liquid b/sections/main-article.liquid index e417f456ce8..8216ea6f089 100644 --- a/sections/main-article.liquid +++ b/sections/main-article.liquid @@ -1,6 +1,6 @@ {{ 'section-blog-post.css' | asset_url | stylesheet_tag }} -
+
{%- for block in section.blocks -%} {%- case block.type -%} {%- when '@app' -%} @@ -15,7 +15,6 @@ >

{{ article.title | escape }}

{%- if block.settings.blog_show_date -%} - + {{- article.published_at | time_tag: format: 'date' -}} {%- endif -%} {%- if block.settings.blog_show_author -%} -
{% schema %}