From 814ab4816968d304069e7b4ee83856db2398c84f Mon Sep 17 00:00:00 2001 From: wn_ Date: Mon, 2 Jun 2025 21:17:21 +0000 Subject: Use the current timestamp for feed-level 'updated' in 'Handler_Public#generate_syndicated_feed()'. The last article's 'updated' value was not a good indicator of when the feed updated for various reasons, so we'll just use the current timestamp to represent the dynamic nature of the content. --- templates/generated_feed.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/generated_feed.txt b/templates/generated_feed.txt index 617162652..82e780554 100644 --- a/templates/generated_feed.txt +++ b/templates/generated_feed.txt @@ -3,7 +3,7 @@ ${FEED_TITLE} Tiny Tiny RSS/${VERSION} -${ARTICLE_UPDATED_ATOM} +${FEED_UPDATED} ${FEED_URL} -- cgit v1.2.3-54-g00ecf