2 Commits
doc ... main

Author SHA1 Message Date
10da72a1f6 doc: patch 2025-12-14 19:43:10 -05:00
522cbdece8 Merge pull request 'doc: first' (#4) from doc into main
Reviewed-on: #4
2025-12-14 19:41:43 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ local symbol = require("core.symbol")
local M = {} local M = {}
function M.cc(tbl) function M.cc(tbl)
return table.concat(tbl, "\n") return table.concat(tbl)
end end
function M.copyright(link, holder) function M.copyright(link, holder)

View File

@@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>Documentation Title</title> <title>Documentation</title>
<style> <style>
html, body { html, body {
min-height: 100%; min-height: 100%;