gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-www] branch master updated: Build successful, now using relative


From: gnunet
Subject: [taler-www] branch master updated: Build successful, now using relative link to root folder for /favicon.ico in an alternate tag
Date: Tue, 04 Jul 2023 21:55:01 +0200

This is an automated email from the git hooks/post-receive script.

skuegel pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 741d98c  Build successful, now using relative link to root folder for 
/favicon.ico in an alternate tag
741d98c is described below

commit 741d98cdf7a24f5861fe73d4d172062474342677
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Tue Jul 4 21:52:46 2023 +0200

    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>
---
 common/base.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/base.j2 b/common/base.j2
index 14f6bd2..f5e2e9f 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" %}

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]