From cfc96dec31fc1c03d2809225d47741487bc08a45 Mon Sep 17 00:00:00 2001 From: dan Date: Thu, 21 Nov 2019 18:07:21 +0100 Subject: [PATCH] add link feeds --- pelicanconf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index ec79fae..03b20da 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -72,9 +72,9 @@ FEED_RSS = 'feeds/rssp.xml' RSS_FEED_SUMMARY_ONLY = True # Blogroll -LINKS = (('UNIT HKLab', 'https://unit.abbiamoundominio.org/'), - ('APM', 'http://www.inventati.org/apm'), - ('Vecchio sito', 'http://lost.abbiamoundominio.org/wp'),) +LINKS = (('RSS Feed', 'http://lost.abbiamoundominio.org/feeds/rssp.xml'), + ('unit hacklab', 'https://unit.abbiamoundominio.org/'), + ('Archivio Primo Moroni', 'http://www.inventati.org/apm'),) # Social widget #SOCIAL = (('You can add links in your config file', '#'),