commit 8b181e8d049fcbc7eb1c2eb15c45600adeee3447
parent bf08ad93e2db170a29c16258f4cd9024d21ba55f
Author: Stefan Kügel <skuegel@web.de>
Date: Tue, 4 Jul 2023 06:30:08 +0200
Deeplink for the apple touch icon
Signed-off-by: Stefan Kügel <skuegel@web.de>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/base.j2 b/common/base.j2
@@ -7,7 +7,7 @@
<link rel="icon" type="image/svg+xml" href="{{ url_static('images/favicon.svg') }}" sizes="any">
<link rel="icon" type="image/png" href="{{ url_static('images/android-chrome-192x192.png') }}" sizes="192x192">
<link rel="icon" type="image/png" href="{{ url_static('images/android-chrome-512x512.png') }}" sizes="512x512">
- <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
+ <link rel="apple-touch-icon" sizes="180x180" href="{{ url_static('images/apple-touch-icon.png') }}">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="{{ url_static('images/mstile-150x150.png') }}">
<meta property="og:title" content="GNU Taler - Taxable Anonymous Libre Electronic Reserves" />