First version of Gemini formatting

This commit is contained in:
vx-clutch
2026-03-01 21:51:37 -05:00
parent 6b87f3794b
commit 7a6625fea7
4 changed files with 13 additions and 12 deletions

View File

@@ -99,6 +99,7 @@ local default_gemini_header = [[
]]
local default_gemini_footer = [[
=> https://git.vxserver.dev/fSD/fes Fes Powered
=> https://www.lua.org Lua Powered
=> https://git.vxserver.dev/fSD/fes/src/branch/main/LICENSE ISC Licensed
@@ -185,7 +186,7 @@ function M:build()
)
local header = self.header
return header .. table.concat(self.parts, "\n") .. "\n\n" .. footer
return header .. table.concat(self.parts, "\n") .. footer
end
return table.concat(self.parts, "\n")