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