update a few things

This commit is contained in:
2025-12-31 13:04:41 -05:00
parent f26b0dcd89
commit 5a32fbb0b2
12 changed files with 72 additions and 19 deletions

View File

@@ -4,10 +4,10 @@ header.render = function(std)
return table.concat({
std.center(std.ha("/", std.h1("Free Software Distributions"))),
std.center(table.concat({
std.nav("about", "About"),
std.nav("faq", "FAQ"),
std.nav("release", "Releases"),
std.nav("news", "Site news"),
std.nav("/about", "About"),
std.nav("/faq", "FAQ"),
std.nav("/release", "Releases"),
std.nav("/news", "Site news"),
}))
})
end