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 tag into the news header


From: gnunet
Subject: [www] branch master updated: Inserting the skip tag into the news headers
Date: Mon, 16 Jan 2023 17:56:47 +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 555bdf3b Inserting the skip tag into the news headers
555bdf3b is described below

commit 555bdf3b09142e270fe37688e1f014a7b05199bd
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Mon Jan 16 17:56:07 2023 +0100

    Inserting the skip tag into the news headers
---
 common/news.j2         | 4 +++-
 common/old-news.j2.inc | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/common/news.j2 b/common/news.j2
index 2dba9c87..d21ac73b 100644
--- a/common/news.j2
+++ b/common/news.j2
@@ -20,7 +20,9 @@
         </div>
         <div class="container">
           <article id="newspost-content">
-            {% block body_content %}{% endblock %}
+            {% block body_content %}
+            <main id="maincontent">
+            {% endblock %}
           </article>
         </div>
     </div>
diff --git a/common/old-news.j2.inc b/common/old-news.j2.inc
index c14b444a..5cf236bf 100644
--- a/common/old-news.j2.inc
+++ b/common/old-news.j2.inc
@@ -1,4 +1,5 @@
 {% macro oldnews(year) %}
+<main id="maincontent">
   <div class="container-fluid">
     <div class="container">
       <article>

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