From 385db81296bccf0c9e4341580d96e6a868f9d7f0 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 5 Jun 2021 17:12:33 +0200 Subject: Some design fixes, page list metadata improvements --- templates/feed_entry.xml | 58 ++++++++++++++++++++++-------------------------- 1 file changed, 27 insertions(+), 31 deletions(-) (limited to 'templates/feed_entry.xml') diff --git a/templates/feed_entry.xml b/templates/feed_entry.xml index 410a257..f8108f6 100644 --- a/templates/feed_entry.xml +++ b/templates/feed_entry.xml @@ -1,31 +1,27 @@ -$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)$ - - $it.name$ - $if(it.email)$ - $it.email$ - $endif$ - - $endfor$ - $else$ - $for(author)$ - - $author.name$ - $if(author.email)$ - $author.email$ - $endif$ - - $endfor$ - $endif$ - - -$endif$ + + $it.url.full$ + <![CDATA[$it.title$]]> + + $it.date.rfc3339$ + $it.last_update.rfc3339$ + $if(it.author)$ + $for(it.author)$ + + $it.name$ + $if(it.email)$ + $it.email$ + $endif$ + + $endfor$ + $else$ + $for(author)$ + + $author.name$ + $if(author.email)$ + $author.email$ + $endif$ + + $endfor$ + $endif$ + + -- cgit v1.2.3-54-g00ecf