From 3bf0e765c72b9094f0802040d84882f3bbeb06ef Mon Sep 17 00:00:00 2001 From: Ricardo Date: Mon, 9 Feb 2026 13:09:07 +0100 Subject: [PATCH] fix: remove orphaned endfor tag in blogs list template Co-Authored-By: Claude Opus 4.6 --- package.json | 2 +- views/blogroll-blogs.njk | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index ba56d88..a86954d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rmdes/indiekit-endpoint-blogroll", - "version": "1.0.10", + "version": "1.0.11", "description": "Blogroll endpoint for Indiekit. Aggregates blog feeds from OPML, JSON feeds, or manual entry.", "keywords": [ "indiekit", diff --git a/views/blogroll-blogs.njk b/views/blogroll-blogs.njk index 957cfa4..578ca8a 100644 --- a/views/blogroll-blogs.njk +++ b/views/blogroll-blogs.njk @@ -113,7 +113,6 @@ {# Flash messages are now rendered by Indiekit's native notificationBanner via success/error template vars #} -{% endfor %}