update favicon

This commit is contained in:
Kaaninchen
2026-08-23 17:57:01 +02:00
parent 1c006731a4
commit 21a279839d
4 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ lang_embed = lang.embeds
def build_embed_footer(slogans):
footer_notice = f"https://transitous.org/sources/ • Maps (C) CARTO (C) OpenStreetMap.org contributors"
icon = "https://raw.githubusercontent.com/kaaninchen/Gleiswechsel/refs/heads/main/src/data/assets/transitous-logo.png"
icon = "https://api.transitous.org/favicon.png"
if slogans is not None:
footer_text = f"{random.choice(slogans)}{footer_notice}"