diff options
author | Stefan Kügel <skuegel@web.de> | 2023-01-16 18:04:49 +0100 |
---|---|---|
committer | Stefan Kügel <skuegel@web.de> | 2023-01-16 18:04:49 +0100 |
commit | 43eee5208c4dd5ad08bfd48d838f24984c8f39ed (patch) | |
tree | d232dbfe7163b7fec1d0efb38f68521d7a5599bb | |
parent | 555bdf3b09142e270fe37688e1f014a7b05199bd (diff) |
Inserting skip tag in about.html.j2
-rw-r--r-- | template/about.html.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/about.html.j2 b/template/about.html.j2 index 81976c42..77c424ee 100644 --- a/template/about.html.j2 +++ b/template/about.html.j2 @@ -1,5 +1,6 @@ {% extends "common/base.j2" %} {% block body_content %} +<main id="maincontent"> <article class="container"> <header> |