Merge branch 'roughnecks-favicon'
This commit is contained in:
commit
f2ef882ff7
2 changed files with 3 additions and 4 deletions
7
conf.py
7
conf.py
|
@ -936,10 +936,9 @@ 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", "/favicon.ico", "16x16"),
|
("icon", "/images/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
|
||||||
|
|
BIN
images/favicon.ico
Normal file
BIN
images/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in a new issue