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

View File

@@ -20,7 +20,7 @@ function M.site_builder(header, footer)
title = site_config.title or "Document",
copyright = site_config.copyright or "© The Copyright Holder",
header = header or [[
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">

View File

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