gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch master updated: Inserting the skip tags into HTML files, d


From: gnunet
Subject: [www] branch master updated: Inserting the skip tags into HTML files, debugging the news HTML files
Date: Mon, 16 Jan 2023 17:53:22 +0100

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

stefan-kuegel pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 25885925 Inserting the skip tags into HTML files, debugging the news 
HTML files
25885925 is described below

commit 2588592507371a4346ac97be309e9265b97f47c3
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Mon Jan 16 17:52:23 2023 +0100

    Inserting the skip tags into HTML files, debugging the news HTML files
---
 template/applications.html.j2                                | 1 +
 template/architecture.html.j2                                | 1 +
 template/contact.html.j2                                     | 1 +
 template/copyright.html.j2                                   | 1 +
 template/dev_pages/t3sserakt.html.j2                         | 1 +
 template/developers.html.j2                                  | 1 +
 template/download.html.j2                                    | 1 +
 template/engage.html.j2                                      | 1 +
 template/ev.html.j2                                          | 1 +
 template/faq.html.j2                                         | 1 +
 template/glossary.html.j2                                    | 1 +
 template/gns.html.j2                                         | 1 +
 template/gnurl.html.j2                                       | 1 +
 template/gsoc-2018-gnunet-webui.html.j2                      | 1 +
 template/gsoc.html.j2                                        | 1 +
 template/index.html.j2                                       | 1 +
 template/install-on-archpi.html.j2                           | 1 +
 template/install-on-debian9.html.j2                          | 1 +
 template/install-on-macos.html.j2                            | 1 +
 template/install-on-netbsd.html.j2                           | 1 +
 template/install-on-openwrt.html.j2                          | 1 +
 template/install-on-ubuntu1804.html.j2                       | 1 +
 template/install.html.j2                                     | 1 +
 template/l2o/index.html.j2                                   | 1 +
 template/l2o/mile1.html.j2                                   | 3 ++-
 template/l2o/mile2.html.j2                                   | 3 ++-
 template/l2o/mile3.html.j2                                   | 3 ++-
 template/l2o/mile4.html.j2                                   | 3 ++-
 template/l2o/testng.html.j2                                  | 3 ++-
 template/livingstandards.html.j2                             | 1 +
 template/news/index.html.j2                                  | 1 +
 template/news/oldnews-2020.html.j2                           | 2 +-
 template/news/oldnews-2021.html.j2                           | 2 +-
 template/news/{oldnews-2020.html.j2 => oldnews-2022.html.j2} | 2 +-
 template/roadmap.html.j2                                     | 1 +
 template/use.html.j2                                         | 1 +
 template/video.html.j2                                       | 1 +
 37 files changed, 42 insertions(+), 8 deletions(-)

diff --git a/template/applications.html.j2 b/template/applications.html.j2
index 15bd42d7..e1f3d48f 100644
--- a/template/applications.html.j2
+++ b/template/applications.html.j2
@@ -1,5 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<main id="maincontent">
 <div class="container-fluid">
   <div class="container">
     <div class="row">
diff --git a/template/architecture.html.j2 b/template/architecture.html.j2
index 04067749..63fadfb2 100644
--- a/template/architecture.html.j2
+++ b/template/architecture.html.j2
@@ -1,5 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<main id="maincontent">
 <article class="container">
 
   <header>
diff --git a/template/contact.html.j2 b/template/contact.html.j2
index a292a1b5..6d894f13 100644
--- a/template/contact.html.j2
+++ b/template/contact.html.j2
@@ -1,5 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<main id="maincontent">
 <article class="container">
 
   <header>
diff --git a/template/copyright.html.j2 b/template/copyright.html.j2
index ca779567..95db9c51 100644
--- a/template/copyright.html.j2
+++ b/template/copyright.html.j2
@@ -1,5 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<main id="maincontent">
 <article class="container">
 
   <header>
diff --git a/template/dev_pages/t3sserakt.html.j2 
b/template/dev_pages/t3sserakt.html.j2
index 0d1e48e9..93e9c39f 100644
--- a/template/dev_pages/t3sserakt.html.j2
+++ b/template/dev_pages/t3sserakt.html.j2
@@ -1,5 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<main id="maincontent">
 <!-- Jumbotron -->
 <div>
   <div class="container">
diff --git a/template/developers.html.j2 b/template/developers.html.j2
index c28418d2..e7e013fc 100644
--- a/template/developers.html.j2
+++ b/template/developers.html.j2
@@ -1,5 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<main id="maincontent">
 <div class="jumbotron">
   <div class="text-center">
     <h1>{{ _("GNUnet for developers") }}</h1>
diff --git a/template/download.html.j2 b/template/download.html.j2
index a7df9108..42a0aa48 100644
--- a/template/download.html.j2
+++ b/template/download.html.j2
@@ -1,5 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<main id="maincontent">
   <article class="d-flex flex-column p-2 bd-highlight">
     <div class="container">
       <div class="text-center">
diff --git a/template/engage.html.j2 b/template/engage.html.j2
index 06707a47..517c098d 100644
--- a/template/engage.html.j2
+++ b/template/engage.html.j2
@@ -1,5 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<main id="maincontent">
 <article class="container">
 
   <header>
diff --git a/template/ev.html.j2 b/template/ev.html.j2
index d35480f4..d02cd589 100644
--- a/template/ev.html.j2
+++ b/template/ev.html.j2
@@ -1,5 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<main id="maincontent">
 <article class="container">
 
   <header>
diff --git a/template/faq.html.j2 b/template/faq.html.j2
index f916a857..66da7fc2 100644
--- a/template/faq.html.j2
+++ b/template/faq.html.j2
@@ -1,5 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<main id="maincontent">
 <div class="container-fluid">
   <div class="container text-center">
     <h1>FAQs<h1>
diff --git a/template/glossary.html.j2 b/template/glossary.html.j2
index 789074e9..59b9276f 100644
--- a/template/glossary.html.j2
+++ b/template/glossary.html.j2
@@ -1,5 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<main id="maincontent">
 <article class="container">
 
   <header>
diff --git a/template/gns.html.j2 b/template/gns.html.j2
index 114e0d21..b824ae35 100644
--- a/template/gns.html.j2
+++ b/template/gns.html.j2
@@ -1,5 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<main id="maincontent">
 <article class="container">
 
   <header>
diff --git a/template/gnurl.html.j2 b/template/gnurl.html.j2
index 5556bd17..d0e1bb99 100644
--- a/template/gnurl.html.j2
+++ b/template/gnurl.html.j2
@@ -1,5 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<main id="maincontent">
   <article class="container">
     <header>
       <h1>gnurl (libgnurl)</h1>
diff --git a/template/gsoc-2018-gnunet-webui.html.j2 
b/template/gsoc-2018-gnunet-webui.html.j2
index ec65ee5b..69feea8c 100644
--- a/template/gsoc-2018-gnunet-webui.html.j2
+++ b/template/gsoc-2018-gnunet-webui.html.j2
@@ -1,5 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<main id="maincontent">
   <article class="d-flex flex-column p-2 bd-highlight">
     <div class="container">
       <div class="text-center">
diff --git a/template/gsoc.html.j2 b/template/gsoc.html.j2
index 9b47c0e3..4601b54a 100644
--- a/template/gsoc.html.j2
+++ b/template/gsoc.html.j2
@@ -1,5 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<main id="maincontent">
 <article class="container">
 
   <header>
diff --git a/template/index.html.j2 b/template/index.html.j2
index fc991758..88a0f8f8 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -1,5 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<main id="maincontent">
 <!-- Jumbotron -->
 <div>
   <div class="container">
diff --git a/template/install-on-archpi.html.j2 
b/template/install-on-archpi.html.j2
index 66e904b2..72d2b079 100644
--- a/template/install-on-archpi.html.j2
+++ b/template/install-on-archpi.html.j2
@@ -1,5 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<main id="maincontent">
 <article class="container">
 
   <header>
diff --git a/template/install-on-debian9.html.j2 
b/template/install-on-debian9.html.j2
index 2a3cde03..b867ab8a 100644
--- a/template/install-on-debian9.html.j2
+++ b/template/install-on-debian9.html.j2
@@ -1,5 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<main id="maincontent">
 <article class="container">
 
   <header>
diff --git a/template/install-on-macos.html.j2 
b/template/install-on-macos.html.j2
index b5c61cfb..b9e14836 100644
--- a/template/install-on-macos.html.j2
+++ b/template/install-on-macos.html.j2
@@ -1,5 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<main id="maincontent">
 <article class="container">
 
   <header>
diff --git a/template/install-on-netbsd.html.j2 
b/template/install-on-netbsd.html.j2
index b36eaa22..0370b29d 100644
--- a/template/install-on-netbsd.html.j2
+++ b/template/install-on-netbsd.html.j2
@@ -1,5 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<main id="maincontent">
 <article class="container">
 
   <header>
diff --git a/template/install-on-openwrt.html.j2 
b/template/install-on-openwrt.html.j2
index 7ea7f7a3..5cff8461 100644
--- a/template/install-on-openwrt.html.j2
+++ b/template/install-on-openwrt.html.j2
@@ -1,5 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<main id="maincontent">
 <article class="container">
 
   <header>
diff --git a/template/install-on-ubuntu1804.html.j2 
b/template/install-on-ubuntu1804.html.j2
index 94ea5cb2..19a507f6 100644
--- a/template/install-on-ubuntu1804.html.j2
+++ b/template/install-on-ubuntu1804.html.j2
@@ -1,5 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<main id="maincontent">
 <article class="container">
 
   <header>
diff --git a/template/install.html.j2 b/template/install.html.j2
index 663532d3..2c0093e7 100755
--- a/template/install.html.j2
+++ b/template/install.html.j2
@@ -1,5 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<main id="maincontent">
 <article class="container">
 
   <header>
diff --git a/template/l2o/index.html.j2 b/template/l2o/index.html.j2
index 751ab5bc..c6c7f0b5 100644
--- a/template/l2o/index.html.j2
+++ b/template/l2o/index.html.j2
@@ -1,5 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<main id="maincontent">
 <article class="container">
 
   <header>
diff --git a/template/l2o/mile1.html.j2 b/template/l2o/mile1.html.j2
index db0122d3..f354d8e3 100644
--- a/template/l2o/mile1.html.j2
+++ b/template/l2o/mile1.html.j2
@@ -1,5 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<main id="maincontent">
 <article class="container">
 
   <header>
@@ -132,4 +133,4 @@
   </div>
 
 </article>
-{% endblock body_content %}
\ No newline at end of file
+{% endblock body_content %}
diff --git a/template/l2o/mile2.html.j2 b/template/l2o/mile2.html.j2
index 764260c4..092995b9 100644
--- a/template/l2o/mile2.html.j2
+++ b/template/l2o/mile2.html.j2
@@ -1,5 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<main id="maincontent">
 <article class="container">
 
   <header>
@@ -82,4 +83,4 @@
   </div>
 
 </article>
-{% endblock body_content %}
\ No newline at end of file
+{% endblock body_content %}
diff --git a/template/l2o/mile3.html.j2 b/template/l2o/mile3.html.j2
index 1da4f4f4..b4c93add 100644
--- a/template/l2o/mile3.html.j2
+++ b/template/l2o/mile3.html.j2
@@ -1,5 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<main id="maincontent">
 <article class="container">
 
   <header>
@@ -111,4 +112,4 @@
   </div>
 
 </article>
-{% endblock body_content %}
\ No newline at end of file
+{% endblock body_content %}
diff --git a/template/l2o/mile4.html.j2 b/template/l2o/mile4.html.j2
index 5e7d3a1e..a27f6d14 100644
--- a/template/l2o/mile4.html.j2
+++ b/template/l2o/mile4.html.j2
@@ -1,5 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<main id="maincontent">
 <article class="container">
 
   <header>
@@ -104,4 +105,4 @@
   </div>
 
 </article>
-{% endblock body_content %}
\ No newline at end of file
+{% endblock body_content %}
diff --git a/template/l2o/testng.html.j2 b/template/l2o/testng.html.j2
index 5b56746f..fbaf77a0 100644
--- a/template/l2o/testng.html.j2
+++ b/template/l2o/testng.html.j2
@@ -1,5 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<main id="maincontent">
 <article class="container">
 
   <header>
@@ -111,4 +112,4 @@ off = "0" ;<br/><br/>
   </div>
 
 </article>
-{% endblock body_content %}
\ No newline at end of file
+{% endblock body_content %}
diff --git a/template/livingstandards.html.j2 b/template/livingstandards.html.j2
index 886160da..c8372ccc 100644
--- a/template/livingstandards.html.j2
+++ b/template/livingstandards.html.j2
@@ -1,5 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<main id="maincontent">
   <div class="container-fluid">
     <div class="container">
       <article>
diff --git a/template/news/index.html.j2 b/template/news/index.html.j2
index e3c3b3f1..235a5564 100644
--- a/template/news/index.html.j2
+++ b/template/news/index.html.j2
@@ -1,5 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<main id="maincontent">
   <div class="container-fluid">
     <div class="container">
       <article>
diff --git a/template/news/oldnews-2020.html.j2 
b/template/news/oldnews-2020.html.j2
index 23691b6c..87030010 100644
--- a/template/news/oldnews-2020.html.j2
+++ b/template/news/oldnews-2020.html.j2
@@ -1,5 +1,5 @@
 {% extends "common/base.j2" %}
 {% from "common/old-news.j2.inc" import oldnews with context %}
 {% block body_content %}
-{{ oldnews(2019) }}
+{{ oldnews(2020) }}
 {% endblock body_content %}
diff --git a/template/news/oldnews-2021.html.j2 
b/template/news/oldnews-2021.html.j2
index 23691b6c..df4e89d0 100644
--- a/template/news/oldnews-2021.html.j2
+++ b/template/news/oldnews-2021.html.j2
@@ -1,5 +1,5 @@
 {% extends "common/base.j2" %}
 {% from "common/old-news.j2.inc" import oldnews with context %}
 {% block body_content %}
-{{ oldnews(2019) }}
+{{ oldnews(2021) }}
 {% endblock body_content %}
diff --git a/template/news/oldnews-2020.html.j2 
b/template/news/oldnews-2022.html.j2
similarity index 88%
copy from template/news/oldnews-2020.html.j2
copy to template/news/oldnews-2022.html.j2
index 23691b6c..c01ca3f5 100644
--- a/template/news/oldnews-2020.html.j2
+++ b/template/news/oldnews-2022.html.j2
@@ -1,5 +1,5 @@
 {% extends "common/base.j2" %}
 {% from "common/old-news.j2.inc" import oldnews with context %}
 {% block body_content %}
-{{ oldnews(2019) }}
+{{ oldnews(2022) }}
 {% endblock body_content %}
diff --git a/template/roadmap.html.j2 b/template/roadmap.html.j2
index 3802d1fd..90a8dc07 100644
--- a/template/roadmap.html.j2
+++ b/template/roadmap.html.j2
@@ -1,5 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<main id="maincontent">
 <div class="container">
   <div class="row">
     <div class="container text-center">
diff --git a/template/use.html.j2 b/template/use.html.j2
index 0e656086..2ad5b6ef 100644
--- a/template/use.html.j2
+++ b/template/use.html.j2
@@ -1,5 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<main id="maincontent">
 <article class="container">
 
   <header>
diff --git a/template/video.html.j2 b/template/video.html.j2
index fe1316b8..f1af3a32 100644
--- a/template/video.html.j2
+++ b/template/video.html.j2
@@ -1,5 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
+<main id="maincontent">
   <!--
       FIXME
       - some links are missing

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