Fix favicon

This commit is contained in:
Kujiu 2023-08-18 01:23:47 +02:00
parent a0361b4d13
commit e1fd5ed341
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 = False
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 = "0.1"
release = "0.1"