From e2d35b541ede63f0ba58b6b83f5d775e1ea59b41 Mon Sep 17 00:00:00 2001 From: Ricardo Date: Tue, 17 Feb 2026 14:20:19 +0100 Subject: [PATCH] feat: add source tabs and recent sort to blogroll widget Sidebar widget now fetches blogs sorted by recently updated and groups them into tabs by source type (Microsub/FeedLand). Tabs only appear when multiple source types exist. Each tab shows up to 8 blogs. --- _includes/components/widgets/blogroll.njk | 70 ++++++++++++++++++++--- 1 file changed, 61 insertions(+), 9 deletions(-) diff --git a/_includes/components/widgets/blogroll.njk b/_includes/components/widgets/blogroll.njk index 5e8222d..5f9ac6c 100644 --- a/_includes/components/widgets/blogroll.njk +++ b/_includes/components/widgets/blogroll.njk @@ -1,4 +1,4 @@ -{# Blogroll Widget - Dynamic loading from API #} +{# Blogroll Widget - Dynamic loading from API with source tabs #}

@@ -7,8 +7,22 @@ Blogroll

-