le cool de update

This commit is contained in:
2025-11-23 08:49:29 -05:00
parent 4487fff3c2
commit 84b4487d92
4 changed files with 7 additions and 2 deletions

2
TODO
View File

@@ -1,4 +1,4 @@
Make this static ( cannot find core.std everywhere )
Add hotreloading
Add an interval element
Improve the CSS
Compare bin version to Fes.toml

View File

@@ -206,4 +206,8 @@ function M.table(headers, rows)
return html
end
function M.copyright()
return "©"
end
return M

View File

@@ -2,6 +2,7 @@ local fes = require("fes")
local site = fes.site_builder()
site.title = "Fes Documentation"
site.copyright = fes.std.copyright() .. " " .. fes.std.external("https://git.vxserver.dev/fSD", "fSD")
site:h1("Fes Documentation")
site:note([[