gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis-www] branch master updated: Integrated skip link target


From: gnunet
Subject: [taler-anastasis-www] branch master updated: Integrated skip link target points in all template files
Date: Thu, 08 Dec 2022 00:55:09 +0100

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 7408394  Integrated skip link target points in all template files
7408394 is described below

commit 7408394c4943917da631b858c0ed0b94e204409b
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Thu Dec 8 00:54:19 2022 +0100

    Integrated skip link target points in all template files
    
    Signed-off-by: Stefan Kügel <skuegel@web.de>
---
 template/about.html.j2      | 2 ++
 template/docs_news.html.j2  | 2 ++
 template/funding.html.j2    | 2 ++
 template/glossary.html.j2   | 2 ++
 template/index.html.j2      | 2 ++
 template/news/index.html.j2 | 1 +
 6 files changed, 11 insertions(+)

diff --git a/template/about.html.j2 b/template/about.html.j2
index faf69f4..9b960e1 100644
--- a/template/about.html.j2
+++ b/template/about.html.j2
@@ -1,6 +1,8 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
 <title>{% trans %}Anastasis - About{% endtrans %}</title>
+<main id="maincontent">
+
 <section class="banner_sec" id="top">
          <div class="carousel-inner">
            <div class="carousel-item active">
diff --git a/template/docs_news.html.j2 b/template/docs_news.html.j2
index 775458a..95ecc14 100644
--- a/template/docs_news.html.j2
+++ b/template/docs_news.html.j2
@@ -1,6 +1,8 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
 <title>{% trans %}Anastasis - News and documentation{% endtrans %}</title>
+<main id="maincontent">
+
 <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 b4e24cc..670679f 100644
--- a/template/funding.html.j2
+++ b/template/funding.html.j2
@@ -1,6 +1,8 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
 <title>{% trans %}Anastasis - Funding{% endtrans %}</title>
+<main id="maincontent">
+
 <article class="container">
   <header>
     <h1>{{ _("Support for Anastasis") }}</h1>
diff --git a/template/glossary.html.j2 b/template/glossary.html.j2
index 7d39338..d6a5d5e 100644
--- a/template/glossary.html.j2
+++ b/template/glossary.html.j2
@@ -1,6 +1,8 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
 <title>{% trans %}Anastasis - Glossary{% endtrans %}</title>
+<main id="maincontent">
+
 <div class="container">
 
 <dl>
diff --git a/template/index.html.j2 b/template/index.html.j2
index 56e0e05..b8a776e 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -1,6 +1,8 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
 <title>GNU {% trans %}Anastasis - Home{% endtrans %}</title>
+<main id="maincontent">
+
 <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 6d09321..c84f921 100644
--- a/template/news/index.html.j2
+++ b/template/news/index.html.j2
@@ -1,6 +1,7 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
 <title>{% trans %}Anastasis - News Index{% endtrans %}</title>
+<main id="maincontent">
 
 <section class="banner_sec" id="top">
 <div class="carousel-inner">

-- 
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]