1
0

Enclose content of a page in <main> for semantics.

This commit is contained in:
Alexander Andreev 2024-06-25 22:42:43 +04:00
parent 1d6b60f684
commit 526636bdd7
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34

View File

@ -35,7 +35,9 @@ templ base(title, description, keywords, canonical string, head templ.Component)
</svg>
@navigation(title)
</header>
{ children... }
<main>
{ children... }
</main>
<footer>
<a href="/rss.xml" title="Stay up to date on what's going on.">RSS feed</a>
<br/>