diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-02-12 08:24:06 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-02-12 08:24:06 +0100 |
commit | da35f140907d64e281946a33fc924dd685797f4e (patch) | |
tree | 057ffabb26b5639f3dd24bb495c6fc3482e610a2 | |
parent | 5ebcd8b40eb50e655da7b76bd7fbf8a76d5e428d (diff) |
fix #5545
-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 3ff8cb7d..f656b038 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="{{ _('_project_title') }}" /> + <meta name="description" content="{{ _('GNU's framework for secure p2p networking') }}" /> {% include "common/header.j2.inc" %} {% block head_content %}{% endblock %} </head> |