From 16795a92ee4525ae578fdbf7e6f2d2aa6a8a5873 Mon Sep 17 00:00:00 2001 From: Catalin Constantin Mititiuc Date: Mon, 16 Jun 2025 20:18:05 -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) =>