Compare commits
No commits in common. "372eb54215964e70999cfea01d0c5bbb7a2dcb74" and "78089a52f0eeb84037dea0a4d2c8700876056c7a" have entirely different histories.
372eb54215
...
78089a52f0
1 changed files with 1 additions and 1 deletions
2
conf.py
2
conf.py
|
@ -937,7 +937,7 @@ IMAGE_FOLDERS = {'images': 'images'}
|
||||||
# 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", "/images/favicon.ico", "16x16"),
|
||||||
)
|
)
|
||||||
|
|
||||||
# Show teasers (instead of full posts) in indexes? Defaults to False.
|
# Show teasers (instead of full posts) in indexes? Defaults to False.
|
||||||
|
|
Loading…
Reference in a new issue