summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorStefan Kügel <skuegel@web.de>2023-07-04 21:52:46 +0200
committerStefan Kügel <skuegel@web.de>2023-07-04 21:52:46 +0200
commit741d98cdf7a24f5861fe73d4d172062474342677 (patch)
tree3090e7a3e0a00842082af2375e2f013842679315 /common
parenta0637225ee154b4c66aaac6966a8ea0dfe524d28 (diff)
downloadwww-741d98cdf7a24f5861fe73d4d172062474342677.tar.gz
www-741d98cdf7a24f5861fe73d4d172062474342677.tar.bz2
www-741d98cdf7a24f5861fe73d4d172062474342677.zip
Build successful, now using relative link to root folder for /favicon.ico in an alternate tag
Signed-off-by: Stefan Kügel <skuegel@web.de>
Diffstat (limited to 'common')
-rw-r--r--common/base.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/common/base.j2 b/common/base.j2
index 14f6bd23..f5e2e9f1 100644
--- a/common/base.j2
+++ b/common/base.j2
@@ -14,7 +14,7 @@
<meta property="og:type" content="website" />
<meta property="og:url" content="{{ url_localized('index.html') }}" />
<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="/favicon.ico" />
<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" %}