Fix favicon

This commit is contained in:
Kujiu 2023-08-18 01:22:12 +02:00
parent aa9622251a
commit c6a771fd24
Signed by: kujiu
GPG key ID: ABBB2CAC6855599F

View file

@ -17,8 +17,10 @@ use_ablog = True
use_bibtex = True use_bibtex = True
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 = "6.0" version = "6.0"
release = "6.0" release = "6.0"