Compare commits

...

3 commits

Author SHA1 Message Date
Schimon Jehudah, Adv.
f2ef882ff7 Merge branch 'roughnecks-favicon' 2024-06-04 12:56:54 +03:00
8fa16b695d Uploaded favicon.ico 2024-06-04 05:23:04 +02:00
87a6f46e56 favicon 16x16 2024-06-04 05:21:00 +02:00
2 changed files with 3 additions and 4 deletions

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

BIN
images/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB