summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorStefan Kügel <skuegel@web.de>2021-08-09 14:18:54 +0200
committerStefan Kügel <skuegel@web.de>2021-08-09 14:18:54 +0200
commit5356f3cc15f14f051794feb2436d5f889341b35f (patch)
tree3ca67186171c1ecc19b080d8cd860fb313ae27bd /common
parent87d8cef9b43c499cc73c299b735445b974726164 (diff)
downloadanastasis-www-5356f3cc15f14f051794feb2436d5f889341b35f.tar.gz
anastasis-www-5356f3cc15f14f051794feb2436d5f889341b35f.tar.bz2
anastasis-www-5356f3cc15f14f051794feb2436d5f889341b35f.zip
Integrating the <title> tags to base file and template files for anastasis.lu
Diffstat (limited to 'common')
-rw-r--r--common/base.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/common/base.j2 b/common/base.j2
index e31bd9e..33b9233 100644
--- a/common/base.j2
+++ b/common/base.j2
@@ -2,7 +2,7 @@
<html lang="{{ lang }}">
<head>
<meta charset="UTF-8"/>
- <title>{{ _("Anastasis") }}</title>
+ <!-- <title>{{ _("Anastasis") }}</title> -->
<meta name="description" content="{{ _('Anastasis key recovery system') }}" />
{% include "common/header.j2.inc" %}
{% block head_content %}{% endblock %}