Change order for accessibility and fix positioning of single post

This commit is contained in:
Mikko Ahlroth 2024-04-05 14:54:44 +03:00
parent 9fdec29529
commit ace0b8b453
2 changed files with 2 additions and 1 deletions

View file

@ -31,6 +31,7 @@ body {
body > main {
grid-area: main;
height: 100%;
}
#sidebar {

View file

@ -67,11 +67,11 @@ fn view(
]),
]),
]),
main([], [inner]),
section([id("sidebar")], [
nav([id("tags")], [pre_rendered.tags]),
nav([id("archives")], [pre_rendered.archives]),
]),
main([], [inner]),
footer([], [
p([], [text(config.rendering.copyright)]),
p([], [