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
1 changed files with 4 additions and 2 deletions

View File

@ -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"