Fix favicon
This commit is contained in:
parent
a0361b4d13
commit
e1fd5ed341
1 changed files with 4 additions and 2 deletions
|
@ -17,8 +17,10 @@ use_ablog = True
|
||||||
use_bibtex = False
|
use_bibtex = False
|
||||||
use_git = True
|
use_git = True
|
||||||
language = 'fr'
|
language = 'fr'
|
||||||
html_favicon = '_static/favicon.ico'
|
html_extra_path = [
|
||||||
html_extra_path = ["_static/robots.txt"]
|
"_static/robots.txt",
|
||||||
|
"_static/favicon.ico",
|
||||||
|
]
|
||||||
|
|
||||||
version = "0.1"
|
version = "0.1"
|
||||||
release = "0.1"
|
release = "0.1"
|
||||||
|
|
Loading…
Reference in a new issue