aboutsummaryrefslogtreecommitdiff
path: root/common/base.j2
diff options
context:
space:
mode:
Diffstat (limited to 'common/base.j2')
-rw-r--r--common/base.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/common/base.j2 b/common/base.j2
index 31b5f1ed..67836b85 100644
--- a/common/base.j2
+++ b/common/base.j2
@@ -2,8 +2,8 @@
2<html lang="{{ lang }}"> 2<html lang="{{ lang }}">
3 <head> 3 <head>
4 <meta charset="UTF-8"/> 4 <meta charset="UTF-8"/>
5 <title>{{ _("GNU Taler") }}</title> 5 <title>{{ _("GNUnet") }}</title>
6 <meta name="description" content="{{ _('Taxable Anonymous Libre Electronic Reserves') }}" /> 6 <meta name="description" content="{{ _('GNU\'s Framework for Secure Peer-to-Peer Networking') }}" />
7 {% include "common/header.j2.inc" %} 7 {% include "common/header.j2.inc" %}
8 {% block head_content %}{% endblock %} 8 {% block head_content %}{% endblock %}
9 </head> 9 </head>