gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] branch master updated: Updating the base-file for taler.net


From: gnunet
Subject: [taler-www] branch master updated: Updating the base-file for taler.net
Date: Thu, 04 May 2023 22:50:57 +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 5a2247d  Updating the base-file for taler.net
5a2247d is described below

commit 5a2247dc42bc0322284d6d9efebf792472eb74e0
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Thu May 4 22:50:37 2023 +0200

    Updating the base-file for taler.net
    
    Signed-off-by: Stefan Kügel <skuegel@web.de>
---
 common/base.j2 | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/common/base.j2 b/common/base.j2
index 31b5f1e..a4f4d4a 100644
--- a/common/base.j2
+++ b/common/base.j2
@@ -3,7 +3,17 @@
   <head>
     <meta charset="UTF-8"/>
     <title>{{ _("GNU Taler") }}</title>
-    <meta name="description" content="{{ _('Taxable Anonymous Libre Electronic 
Reserves') }}" />
+    <link rel="icon" type="image/svg+xml" href="{{ 
url_static('images/favicon.svg') }}" sizes="any">
+    <link rel="icon" type="image/png" href="{{ 
url_static('images/android-chrome-192x192.png') }}" sizes="192x192">
+    <link rel="icon" type="image/png" href="{{ 
url_static('images/android-chrome-512x512.png') }}" sizes="512x512">
+    <link rel="apple-touch-icon" sizes="180x180" href="{{ 
url_static('images/apple-touch-icon.png') }}">
+    <meta name="msapplication-TileColor" content="#ffffff">
+    <meta name="msapplication-TileImage" content="{{ 
url_static('images/mstile-150x150.png') }}">
+    <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="{{ 
url_static('images/favicon-240x240.ico') }}" />
+    <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 %}
   </head>

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