update vxserver.dev to fsdproject.org
This commit is contained in:
13
fsdproject.org/include/footer.lua
Normal file
13
fsdproject.org/include/footer.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user