1
0

Drop extra unpack call; the page/() call on the next line will unpack the .ori.md file and invoke it

This commit is contained in:
Jan Miksovsky
2025-01-08 11:06:51 -08:00
parent b29bc550c5
commit 45557f26ff

View File

@@ -1,8 +1,6 @@
(page) => (page) =>
templates/default.ori.html( templates/default.ori.html(
templates/partials/article.ori.html( templates/partials/article.ori.html(
md.handler/unpack( page/()
page/()
)
) )
) )