Enclose content of a page in <main> for semantics.
This commit is contained in:
parent
1d6b60f684
commit
526636bdd7
@ -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/>
|
||||
|
Loading…
Reference in New Issue
Block a user