From 45557f26ffd99b96e6462f26c6e10978547a1f50 Mon Sep 17 00:00:00 2001 From: Jan Miksovsky Date: Wed, 8 Jan 2025 11:06:51 -0800 Subject: [PATCH] Drop extra `unpack` call; the `page/()` call on the next line will unpack the .ori.md file and invoke it --- src/page.ori | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/page.ori b/src/page.ori index cfe2b96..40afdc0 100644 --- a/src/page.ori +++ b/src/page.ori @@ -1,8 +1,6 @@ (page) => templates/default.ori.html( templates/partials/article.ori.html( - md.handler/unpack( - page/() - ) + page/() ) )