diff --git a/_includes/components/sections/recent-posts.njk b/_includes/components/sections/recent-posts.njk index 602d89d..2a40d2d 100644 --- a/_includes/components/sections/recent-posts.njk +++ b/_includes/components/sections/recent-posts.njk @@ -1,7 +1,7 @@ {# Recent Posts Section - displays latest posts from any collection Rendered by homepage-builder when recent-posts section is configured - Supports type-aware rendering for likes, bookmarks, reposts, replies, photos + Redesigned to match the visual language used on /blog/ #} {% set sectionConfig = section.config or {} %} @@ -15,153 +15,197 @@ {{ sectionConfig.title or "Recent Posts" }} -
+
+ {% if sectionConfig.showViewAll != false %} diff --git a/theme/_includes/components/sections/recent-posts.njk b/theme/_includes/components/sections/recent-posts.njk index 0c9f4e3..2a40d2d 100644 --- a/theme/_includes/components/sections/recent-posts.njk +++ b/theme/_includes/components/sections/recent-posts.njk @@ -1,7 +1,7 @@ {# Recent Posts Section - displays latest posts from any collection Rendered by homepage-builder when recent-posts section is configured - Supports type-aware rendering for likes, bookmarks, reposts, replies, photos + Redesigned to match the visual language used on /blog/ #} {% set sectionConfig = section.config or {} %} @@ -15,153 +15,197 @@ {{ sectionConfig.title or "Recent Posts" }} -
+
+ {% if sectionConfig.showViewAll != false %}