aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kügel <skuegel@web.de>2023-01-16 17:56:07 +0100
committerStefan Kügel <skuegel@web.de>2023-01-16 17:56:07 +0100
commit555bdf3b09142e270fe37688e1f014a7b05199bd (patch)
tree3a28cab99033f348058e166ef4c8830347cad44b
parentf1f91d7db4ae428a658d85ac64cc94b871f63994 (diff)
downloadwww-555bdf3b09142e270fe37688e1f014a7b05199bd.tar.gz
www-555bdf3b09142e270fe37688e1f014a7b05199bd.zip
Inserting the skip tag into the news headers
-rw-r--r--common/news.j24
-rw-r--r--common/old-news.j2.inc1
2 files changed, 4 insertions, 1 deletions
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 @@
20 </div> 20 </div>
21 <div class="container"> 21 <div class="container">
22 <article id="newspost-content"> 22 <article id="newspost-content">
23 {% block body_content %}{% endblock %} 23 {% block body_content %}
24 <main id="maincontent">
25 {% endblock %}
24 </article> 26 </article>
25 </div> 27 </div>
26 </div> 28 </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 @@
1{% macro oldnews(year) %} 1{% macro oldnews(year) %}
2<main id="maincontent">
2 <div class="container-fluid"> 3 <div class="container-fluid">
3 <div class="container"> 4 <div class="container">
4 <article> 5 <article>