1
0

Since there's only one level of files in the data/pages tree, we only need one level of map to handle them

This commit is contained in:
Jan Miksovsky
2025-01-08 11:07:47 -08:00
parent 45557f26ff
commit 0a17495d5a

View File

@@ -3,6 +3,6 @@
templates templates
index.html = templates/default.ori.html("Welcome to the index page!") index.html = templates/default.ori.html("Welcome to the index page!")
views = (views.ori/) 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 favicon.ico
} }