From ec4ebdaf7c720a339252521e6f1032876fcb3683 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 30 Dec 2020 14:04:18 +0100 Subject: Store list of feeds in metadata file --- templates/base.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index e11ed5d..0856b47 100644 --- a/templates/base.html +++ b/templates/base.html @@ -15,9 +15,12 @@ $if(keywords)$ $endif$ - $if(feed.url.abs)$ - - $endif$ + $-- $if(feed.url.abs)$ + $-- + $-- $endif$ + $for(feeds)$ + + $endfor$ $if(is_home)$$else$$title$ – $endif$$site.title$ $if(section.id)$ -- cgit v1.2.3-54-g00ecf