Fixes to resolve mdHtml: The input is not defined #1

Merged
sashin merged 2 commits from Jan/sashinexists:main into main 2025-01-08 19:13:30 +00:00
Showing only changes of commit 0a17495d5a - Show all commits

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
} }