diff options
author | Stefan Kügel <skuegel@web.de> | 2023-01-16 17:56:07 +0100 |
---|---|---|
committer | Stefan Kügel <skuegel@web.de> | 2023-01-16 17:56:07 +0100 |
commit | 555bdf3b09142e270fe37688e1f014a7b05199bd (patch) | |
tree | 3a28cab99033f348058e166ef4c8830347cad44b | |
parent | f1f91d7db4ae428a658d85ac64cc94b871f63994 (diff) |
Inserting the skip tag into the news headers
-rw-r--r-- | common/news.j2 | 4 | ||||
-rw-r--r-- | common/old-news.j2.inc | 1 |
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 @@ </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> |