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:
@@ -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/()
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user