working on getting ori.md files working

This commit is contained in:
sashinexists
2024-12-06 16:58:35 +11:00
parent cf86ed83fd
commit bbc3f19c83
13 changed files with 121 additions and 43 deletions

View File

@@ -1,4 +1,4 @@
{
index.html = templates/default.ori.html(templates/partials/view-cards.ori.html(data/views))
...map(data/views, (view)=>templates/default.ori.html(mdHtml(view)))
...map(data/views, (view)=>templates/default.ori.html(templates/partials/article.ori.html(view)))
}