various fixes and small changes

This commit is contained in:
sashinexists
2024-12-07 12:55:37 +11:00
parent 8d4e430428
commit e4f6674ca8
8 changed files with 27 additions and 12 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(templates/partials/article.ori.html(view)))
...map(map(data/views, (view)=>templates/default.ori.html(templates/partials/article.ori.html(view))), {extension: '.md->'})
}