aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/base.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/common/base.j2 b/common/base.j2
index f656b038..855956b2 100644
--- a/common/base.j2
+++ b/common/base.j2
@@ -3,7 +3,7 @@
3 <head> 3 <head>
4 <meta charset="UTF-8"/> 4 <meta charset="UTF-8"/>
5 <title>{{ _("GNUnet") }}</title> 5 <title>{{ _("GNUnet") }}</title>
6 <meta name="description" content="{{ _('GNU's framework for secure p2p networking') }}" /> 6 <meta name="description" content="{{ _('GNU\'s framework for secure p2p 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>