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

@@ -93,6 +93,7 @@ func render(luapath string, requestData reqData, protocol Protocols) ([]byte, er
return "http"
}
}()
proto = "gemini"
stdTbl.RawSetString("proto", lua.LString(proto))
tbl.RawSetString("std", stdTbl)