First version of Gemini formatting
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user