From 5db16a08a9726b67b5bb96fd17f813fa1b74f568 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 5 Jan 2021 10:58:04 +0100 Subject: Moved all metadata processing from the build script into a Pandoc Lua filter --- templates/feed.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'templates/feed.xml') diff --git a/templates/feed.xml b/templates/feed.xml index 4cc2c17..083049e 100644 --- a/templates/feed.xml +++ b/templates/feed.xml @@ -1,9 +1,9 @@ - $if(is_home)$$else$$title$ – $endif$$site.title$ - - - $feed.last_update.rfc3339$ + $if(section.is_index)$$else$$title$ – $endif$$site.title$ + + + $pages.last_update.rfc3339$ $url.full$ $for(author)$ @@ -16,7 +16,7 @@ $for(pages)$ $for(it.all)$ - $if(it.date.rfc3339)$ + $if(it.date)$ $it.url.full$ <![CDATA[$it.title$]]> -- cgit v1.2.3-54-g00ecf