gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis-www] branch master updated: Integrating the <title> tag


From: gnunet
Subject: [taler-anastasis-www] branch master updated: Integrating the <title> tags to base file and template files for anastasis.lu
Date: Mon, 09 Aug 2021 14:19:47 +0200

This is an automated email from the git hooks/post-receive script.

skuegel pushed a commit to branch master
in repository anastasis-www.

The following commit(s) were added to refs/heads/master by this push:
     new 5356f3c  Integrating the <title> tags to base file and template files 
for anastasis.lu
5356f3c is described below

commit 5356f3cc15f14f051794feb2436d5f889341b35f
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Mon Aug 9 14:18:54 2021 +0200

    Integrating the <title> tags to base file and template files for 
anastasis.lu
---
 common/base.j2              | 2 +-
 template/about.html.j2      | 4 +++-
 template/docs_news.html.j2  | 1 +
 template/funding.html.j2    | 2 +-
 template/glossary.html.j2   | 1 +
 template/index.html.j2      | 1 +
 template/news/index.html.j2 | 1 +
 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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]