diff options
Diffstat (limited to 'common/base.j2')
-rw-r--r-- | common/base.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/base.j2 b/common/base.j2 index 67836b85..3ff8cb7d 100644 --- a/common/base.j2 +++ b/common/base.j2 @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8"/> <title>{{ _("GNUnet") }}</title> - <meta name="description" content="{{ _('GNU\'s Framework for Secure Peer-to-Peer Networking') }}" /> + <meta name="description" content="{{ _('_project_title') }}" /> {% include "common/header.j2.inc" %} {% block head_content %}{% endblock %} </head> |