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>
|
</svg>
|
||||||
@navigation(title)
|
@navigation(title)
|
||||||
</header>
|
</header>
|
||||||
{ children... }
|
<main>
|
||||||
|
{ children... }
|
||||||
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<a href="/rss.xml" title="Stay up to date on what's going on.">RSS feed</a>
|
<a href="/rss.xml" title="Stay up to date on what's going on.">RSS feed</a>
|
||||||
<br/>
|
<br/>
|
||||||
|
Loading…
Reference in New Issue
Block a user