taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit 6de5b7faa4643fa4cd1344b0139d4fc2be1bccb2
parent 8d4aec4c4ad721fa4b9b14780fe14748ab591279
Author: Stefan Kügel <skuegel@web.de>
Date:   Tue,  5 Dec 2023 23:44:21 +0100

remove gettext tags from consortium header file (the page is monolingual)

Diffstat:
Mcommon/consortium.j2 | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/consortium.j2 b/common/consortium.j2 @@ -16,7 +16,7 @@ <meta property="og:image" content="https://taler.net/favicon.ico" /> <meta property="og:image" content="/favicon.ico" /> <meta property="og:image" content="{{ url_static('images/favicon.png') }}" /> - <meta name="description" content="{{ _('The NGI Taler consortium, funded by Horizon Europe and SBFI, aims to bring GNU Taler to market across Europe.') }}" /> + <meta name="description" content="The NGI Taler consortium, funded by Horizon Europe and SBFI, aims to bring GNU Taler to market across Europe." /> {# <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@_nu/html-validator" /> #} {# TODO Other header may be needed #} {% include "common/header.j2.inc" %}