From eebda46c391874d1e4d95a1190fefa5cb98c1e3a Mon Sep 17 00:00:00 2001 From: Catalin Constantin Mititiuc Date: Fri, 20 Jun 2025 15:12:20 -0700 Subject: [PATCH] Won't try to copy non-existent stylesheet --- site.moon | 1 - 1 file changed, 1 deletion(-) diff --git a/site.moon b/site.moon index 1fb54ed..1d889a6 100644 --- a/site.moon +++ b/site.moon @@ -126,7 +126,6 @@ sitegen.create => copy "app.css" copy "pygments.css" - copy "moonscript.css" copy "pandoc.css" -- replace post markdown yaml headers with moonscript headers