Compare commits
No commits in common. "f2ef882ff7f5fd12b4bdb8d423b193d261360d29" and "5ab74a1ce0b4fddfc8263a409685e78566be216a" have entirely different histories.
f2ef882ff7
...
5ab74a1ce0
2 changed files with 4 additions and 3 deletions
7
conf.py
7
conf.py
|
@ -936,9 +936,10 @@ IMAGE_FOLDERS = {'images': 'images'}
|
||||||
# FAVICONS contains (name, file, size) tuples.
|
# FAVICONS contains (name, file, size) tuples.
|
||||||
# Used to create favicon link like this:
|
# Used to create favicon link like this:
|
||||||
# <link rel="name" href="file" sizes="size"/>
|
# <link rel="name" href="file" sizes="size"/>
|
||||||
FAVICONS = (
|
# FAVICONS = (
|
||||||
("icon", "/images/favicon.ico", "16x16"),
|
# ("icon", "/favicon.ico", "16x16"),
|
||||||
)
|
# ("icon", "/icon_128x128.png", "128x128"),
|
||||||
|
# )
|
||||||
|
|
||||||
# Show teasers (instead of full posts) in indexes? Defaults to False.
|
# Show teasers (instead of full posts) in indexes? Defaults to False.
|
||||||
# INDEX_TEASERS = False
|
# INDEX_TEASERS = False
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in a new issue