From 841f2650c614dd9b5f4a60526d47e7beac763f90 Mon Sep 17 00:00:00 2001 From: svemagie <869694+svemagie@users.noreply.github.com> Date: Thu, 12 Mar 2026 11:36:46 +0100 Subject: [PATCH] fix: normalize category/tags arrays in isListed and excludeWhereNotes to prevent .map errors --- _includes/components/sections/recent-posts.njk | 9 +++++++++ eleventy.config.js | 9 +++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/_includes/components/sections/recent-posts.njk b/_includes/components/sections/recent-posts.njk index 56afddb..2719beb 100644 --- a/_includes/components/sections/recent-posts.njk +++ b/_includes/components/sections/recent-posts.njk @@ -22,6 +22,15 @@