Compare commits

..

3 Commits

2 changed files with 2 additions and 4 deletions

View File

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

View File

@@ -3,6 +3,6 @@
templates
index.html = templates/default.ori.html("Welcome to the index page!")
views = (views.ori/)
...map(map(data/pages, page.ori), {extension: '.ori.md->.html'})
...map(data/pages, { extension: '.ori.md->.html', value: page.ori })
favicon.ico
}