summaryrefslogtreecommitdiff
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
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
-rw-r--r--common/base.j22
-rw-r--r--template/about.html.j24
-rw-r--r--template/docs_news.html.j21
-rw-r--r--template/funding.html.j22
-rw-r--r--template/glossary.html.j21
-rw-r--r--template/index.html.j21
-rw-r--r--template/news/index.html.j21
7 files changed, 9 insertions, 3 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 %}
diff --git a/template/about.html.j2 b/template/about.html.j2
index 213091b..a0fab1b 100644
--- a/template/about.html.j2
+++ b/template/about.html.j2
@@ -1,5 +1,6 @@
{% extends "common/base.j2" %}
{% block body_content %}
+<title>{% trans %}Anastasis - About{% endtrans %}</title>
<style>
a:link, a:visited, a:hover, a:active {
color: white;
@@ -8,7 +9,8 @@ a:link, a:visited, a:hover, a:active {
</style>
<section class="banner_sec" id="top">
<div class="carousel-inner">
- <div class="carousel-item active"><img class="d-block w-100" src="{{ url_static('images/aboutbanner1.jpg') }}" alt="">
+ <div class="carousel-item active">
+ <img class="d-block w-100" src="{{ url_static('images/aboutbanner1.jpg') }}" alt="">
<div class="banner_Itm_Inn">
<div class="container">
<div class="banner_Itm_Txt">
diff --git a/template/docs_news.html.j2 b/template/docs_news.html.j2
index a35410b..8854350 100644
--- a/template/docs_news.html.j2
+++ b/template/docs_news.html.j2
@@ -1,5 +1,6 @@
{% extends "common/base.j2" %}
{% block body_content %}
+<title>{% trans %}Anastasis - News and documentation{% endtrans %}</title>
<section class="banner_sec" id="top">
<div class="carousel-inner">
<div class="carousel-item active">
diff --git a/template/funding.html.j2 b/template/funding.html.j2
index 959b5da..b4e24cc 100644
--- a/template/funding.html.j2
+++ b/template/funding.html.j2
@@ -1,7 +1,7 @@
{% extends "common/base.j2" %}
{% block body_content %}
+<title>{% trans %}Anastasis - Funding{% endtrans %}</title>
<article class="container">
-
<header>
<h1>{{ _("Support for Anastasis") }}</h1>
</header>
diff --git a/template/glossary.html.j2 b/template/glossary.html.j2
index be05c28..7d39338 100644
--- a/template/glossary.html.j2
+++ b/template/glossary.html.j2
@@ -1,5 +1,6 @@
{% extends "common/base.j2" %}
{% block body_content %}
+<title>{% trans %}Anastasis - Glossary{% endtrans %}</title>
<div class="container">
<dl>
diff --git a/template/index.html.j2 b/template/index.html.j2
index dd48c6d..b21bdd8 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -1,5 +1,6 @@
{% extends "common/base.j2" %}
{% block body_content %}
+<title>{% trans %}Anastasis - Home{% endtrans %}</title>
<section class="banner_sec" id="top">
<div class="carousel-inner">
<div class="carousel-item active">
diff --git a/template/news/index.html.j2 b/template/news/index.html.j2
index a8e1615..58755d1 100644
--- a/template/news/index.html.j2
+++ b/template/news/index.html.j2
@@ -1,5 +1,6 @@
{% extends "common/base.j2" %}
{% block body_content %}
+<title>{% trans %}Anastasis - News Index{% endtrans %}</title>
<h1>
{% trans %}
News