From a8dca52ab169e7baa18d1fba9ab1cff2b2e820fc Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 28 May 2021 17:25:42 +0200 Subject: Use full URLs everywhere in ATOM feed --- templates/feed_entry.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'templates/feed_entry.xml') diff --git a/templates/feed_entry.xml b/templates/feed_entry.xml index 1c0302c..410a257 100644 --- a/templates/feed_entry.xml +++ b/templates/feed_entry.xml @@ -2,9 +2,11 @@ $if(it.last_update)$ $it.url.full$ <![CDATA[$it.title$]]> - + + $if(it.date)$ + $it.date.rfc3339$ + $endif$ $it.last_update.rfc3339$ - $if(it.author)$ $for(it.author)$ @@ -24,8 +26,6 @@ $if(it.last_update)$ $endfor$ $endif$ - $if(it.date)$ - $it.date.rfc3339$ - $endif$ + $endif$ -- cgit v1.2.3-54-g00ecf