summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorStefan Kügel <skuegel@web.de>2023-07-04 21:39:58 +0200
committerStefan Kügel <skuegel@web.de>2023-07-04 21:39:58 +0200
commita0637225ee154b4c66aaac6966a8ea0dfe524d28 (patch)
tree6e25bef03b46f7137fdf55861f1dc83e21bb10ea /common
parent8b181e8d049fcbc7eb1c2eb15c45600adeee3447 (diff)
downloadwww-a0637225ee154b4c66aaac6966a8ea0dfe524d28.tar.gz
www-a0637225ee154b4c66aaac6966a8ea0dfe524d28.tar.bz2
www-a0637225ee154b4c66aaac6966a8ea0dfe524d28.zip
Setting OpenGraph tags with direct links to favicon.ico and favicon.png in root
Signed-off-by: Stefan Kügel <skuegel@web.de>
Diffstat (limited to 'common')
-rw-r--r--common/base.j24
1 files changed, 3 insertions, 1 deletions
diff --git a/common/base.j2 b/common/base.j2
index 224263e5..14f6bd23 100644
--- a/common/base.j2
+++ b/common/base.j2
@@ -13,7 +13,9 @@
<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="favicon.ico" />
+ <meta property="og:image" content="https://taler.net/favicon.ico" />
+ <meta property="og:image" content="https://taler.net/favicon.png" />
+ <meta property="og:image" content="{{ url_static('images/favicon.png') }}" />
<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 %}