From b6a63698b98a0b1633a54806913cc321fa3576b0 Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Fri, 16 May 2025 23:33:37 -0700 Subject: [PATCH] Use html.build --- site.moon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.moon b/site.moon index ef909c6..72db522 100644 --- a/site.moon +++ b/site.moon @@ -98,7 +98,7 @@ sitegen.create => is_a: "post" publish_date: publish_date(path) id: extract_id(path) - to_title: (slug) -> table.concat titleize_slug(slug), " " + to_title: (slug) -> html.build -> titleize_slug(slug) -- replace post markdown yaml headers with moonscript headers filter "docs", (body) =>