aboutsummaryrefslogtreecommitdiff
path: root/common/base.j2
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-12 08:24:06 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-12 08:24:06 +0100
commitda35f140907d64e281946a33fc924dd685797f4e (patch)
tree057ffabb26b5639f3dd24bb495c6fc3482e610a2 /common/base.j2
parent5ebcd8b40eb50e655da7b76bd7fbf8a76d5e428d (diff)
downloadwww-da35f140907d64e281946a33fc924dd685797f4e.tar.gz
www-da35f140907d64e281946a33fc924dd685797f4e.zip
fix #5545
Diffstat (limited to 'common/base.j2')
-rw-r--r--common/base.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/common/base.j2 b/common/base.j2
index 3ff8cb7d..f656b038 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="{{ _('_project_title') }}" /> 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>