update a few things
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user