fix feeds

master
dan 2019-11-15 18:16:44 +01:00
parent e1779825a7
commit 17a0b0b6a3
2 changed files with 4 additions and 1 deletions

View File

@ -58,6 +58,9 @@ TRANSLATION_FEED_ATOM = None
AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
FEED_MAX_ITEMS = 9
RSS_FEED_SUMMARY_ONLY = True
# Blogroll
LINKS = (('UNIT HKLab', 'https://unit.abbiamoundominio.org/'),
('APM', 'http://www.inventati.org/apm'),
@ -71,7 +74,6 @@ DEFAULT_PAGINATION = 10
STATIC_PATHS = ['images', 'media', 'pdfs']
# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True

View File

@ -22,3 +22,4 @@ DELETE_OUTPUT_DIRECTORY = True
#DISQUS_SITENAME = ""
#GOOGLE_ANALYTICS = ""