mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-05 01:59:25 +01:00
fix favicon
Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
parent
a50323c9f5
commit
cf29467677
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ def git(_: str) -> Response:
|
||||||
@views.get("/favicon.ico")
|
@views.get("/favicon.ico")
|
||||||
def favicon() -> Response:
|
def favicon() -> Response:
|
||||||
"""Website icon"""
|
"""Website icon"""
|
||||||
return flask.send_from_directory("static/favicons", "ari-web-lgbt.ico")
|
return flask.send_from_directory("static/favicons", "ari-web-ukraine.ico")
|
||||||
|
|
||||||
|
|
||||||
@views.get("/counter.svg")
|
@views.get("/counter.svg")
|
||||||
|
|
Loading…
Add table
Reference in a new issue