main #1

Merged
roughnecks merged 4 commits from sch/slixfeed.woodpeckersnest.space:main into main 2024-06-04 13:29:53 +02:00
Showing only changes of commit 87a6f46e56 - Show all commits

View file

@ -936,10 +936,9 @@ IMAGE_FOLDERS = {'images': 'images'}
# FAVICONS contains (name, file, size) tuples.
# Used to create favicon link like this:
# <link rel="name" href="file" sizes="size"/>
# FAVICONS = (
# ("icon", "/favicon.ico", "16x16"),
# ("icon", "/icon_128x128.png", "128x128"),
# )
FAVICONS = (
("icon", "/images/favicon.ico", "16x16"),
)
# Show teasers (instead of full posts) in indexes? Defaults to False.
# INDEX_TEASERS = False