Compare commits

..

No commits in common. "f2ef882ff7f5fd12b4bdb8d423b193d261360d29" and "5ab74a1ce0b4fddfc8263a409685e78566be216a" have entirely different histories.

2 changed files with 4 additions and 3 deletions

View file

@ -936,9 +936,10 @@ 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", "/images/favicon.ico", "16x16"),
)
# FAVICONS = (
# ("icon", "/favicon.ico", "16x16"),
# ("icon", "/icon_128x128.png", "128x128"),
# )
# Show teasers (instead of full posts) in indexes? Defaults to False.
# INDEX_TEASERS = False

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB