remove unused code

This commit is contained in:
2026-01-22 22:27:40 -05:00
parent c6bc5b3056
commit 3574cd451b

View File

@@ -1,13 +0,0 @@
local footer = {}
footer.render = function(std)
return table.concat({
std.h2("Other resources"),
std.tl({
std.external("https://git.vxserver.dev/fSD", "Git Trees"),
std.external("https://docs.vxserver.dev", "Documentation"),
}),
})
end
return footer