summaryrefslogtreecommitdiff
path: root/common/base.j2
diff options
context:
space:
mode:
authorStefan Kügel <skuegel@web.de>2023-07-03 23:17:05 +0200
committerStefan Kügel <skuegel@web.de>2023-07-03 23:17:05 +0200
commit6d663b2b79b83e38d27afa73c27a792461ec902b (patch)
tree045ca686a0e944bdc5b0f514a9fe2a38e728eda9 /common/base.j2
parent36493906e4db0b97e03c718883be3a1f13f30f1f (diff)
downloadwww-6d663b2b79b83e38d27afa73c27a792461ec902b.tar.gz
www-6d663b2b79b83e38d27afa73c27a792461ec902b.tar.bz2
www-6d663b2b79b83e38d27afa73c27a792461ec902b.zip
Updating base.j2
Signed-off-by: Stefan Kügel <skuegel@web.de>
Diffstat (limited to 'common/base.j2')
-rw-r--r--common/base.j25
1 files changed, 3 insertions, 2 deletions
diff --git a/common/base.j2 b/common/base.j2
index a4f4d4a5..dd0db3b9 100644
--- a/common/base.j2
+++ b/common/base.j2
@@ -3,16 +3,17 @@
<head>
<meta charset="UTF-8"/>
<title>{{ _("GNU Taler") }}</title>
+ <link rel="shortcut icon" href="/favicon.ico">
<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="{{ url_static('images/apple-touch-icon.png') }}">
+ <link rel="apple-touch-icon" sizes="180x180" href="/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" />
<meta property="og:type" content="website" />
<meta property="og:url" content="{{ url_localized('index.html') }}" />
- <meta property="og:image" content="{{ url_static('images/favicon-240x240.ico') }}" />
+ <meta property="og:image" content="favicon.ico" />
<meta name="description" content="{{ _('A payment system that makes privacy-friendly online transactions fast and easy.') }}" />
{% include "common/header.j2.inc" %}
{% block head_content %}{% endblock %}