gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] branch master updated: Setting OpenGraph tags with direct li


From: gnunet
Subject: [taler-www] branch master updated: Setting OpenGraph tags with direct links to favicon.ico and favicon.png in root
Date: Tue, 04 Jul 2023 21:41:52 +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 a063722  Setting OpenGraph tags with direct links to favicon.ico and 
favicon.png in root
a063722 is described below

commit a0637225ee154b4c66aaac6966a8ea0dfe524d28
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Tue Jul 4 21:39:58 2023 +0200

    Setting OpenGraph tags with direct links to favicon.ico and favicon.png in 
root
    
    Signed-off-by: Stefan Kügel <skuegel@web.de>
---
 common/base.j2 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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

-- 
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]