summaryrefslogtreecommitdiff
path: root/common/base.j2
diff options
context:
space:
mode:
authorStefan Kügel <skuegel@web.de>2024-03-20 19:19:15 +0100
committerStefan Kügel <skuegel@web.de>2024-03-20 19:19:15 +0100
commitedc45e3039bd3db05139df0cf2337abc7ec58dd2 (patch)
tree50ee4b26722d275da694c0542248de080a3f8704 /common/base.j2
parent098928fa84303e65cf84d6c38f6e11fbe1ed9a42 (diff)
downloadwww-edc45e3039bd3db05139df0cf2337abc7ec58dd2.tar.gz
www-edc45e3039bd3db05139df0cf2337abc7ec58dd2.tar.bz2
www-edc45e3039bd3db05139df0cf2337abc7ec58dd2.zip
add fosstodon meta tag to base.j2 for taler.net
Diffstat (limited to 'common/base.j2')
-rw-r--r--common/base.j21
1 files changed, 1 insertions, 0 deletions
diff --git a/common/base.j2 b/common/base.j2
index d2c96118..8a918c73 100644
--- a/common/base.j2
+++ b/common/base.j2
@@ -18,6 +18,7 @@
<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.') }}" />
<link rel="me" href="https://mastodon.social/@taler">
+ <link rel="me" href="https://fosstodon.org/@Taler">
{% include "common/header.j2.inc" %}
{% block head_content %}{% endblock %}
</head>