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