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") }}