promote: dev → stage #23

Merged
will.anderson merged 14 commits from dev into stage 2026-05-09 23:36:00 +00:00
2 changed files with 7 additions and 3 deletions
Showing only changes of commit 9892d89c01 - Show all commits
+2 -2
View File
File diff suppressed because one or more lines are too long
+5 -1
View File
@@ -16,7 +16,11 @@ extern fn page_css() -> String
extern fn page_ga_script() -> String
extern fn page_schema() -> String
extern fn page_close() -> String
extern fn _page_close_impl() -> String
fn page_close() -> String {
return _page_close_impl()
}
// el-html vessel extern declarations (implementations in dist/elhtml_impl.c)
extern fn el_meta(name: String, content: String) -> String