From 2ffce9a74ff1a3d91ebf5b6c49efef24da492e3c Mon Sep 17 00:00:00 2001 From: Ricardo Date: Sat, 7 Feb 2026 02:11:34 +0100 Subject: [PATCH] fix: correct invalid icon names and date filter issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Replace invalid icons (edit→updatePost, discover→syndicate, refresh→repost) - Remove date("relative") filter that fails on Date objects - Bump to 1.0.25 Co-Authored-By: Claude Opus 4.5 --- package.json | 2 +- views/feeds.njk | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 520f202..87f413f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rmdes/indiekit-endpoint-microsub", - "version": "1.0.24", + "version": "1.0.25", "description": "Microsub endpoint for Indiekit. Enables subscribing to feeds and reading content using the Microsub protocol.", "keywords": [ "indiekit", diff --git a/views/feeds.njk b/views/feeds.njk index 9657dc4..eb59cb9 100644 --- a/views/feeds.njk +++ b/views/feeds.njk @@ -43,7 +43,7 @@ {{ feed.consecutiveErrors }} consecutive errors {% endif %} {% if feed.lastSuccessAt %} - Last success: {{ feed.lastSuccessAt | date("relative") }} + Last success: {{ feed.lastSuccessAt }} {% endif %} @@ -51,16 +51,16 @@ - {{ icon("edit") }} + {{ icon("updatePost") }}