add .html to all pages and views

This commit is contained in:
sashinexists
2024-12-07 13:37:52 +11:00
parent 0e5346093c
commit 21cf66fee7
3 changed files with 7 additions and 7 deletions

View File

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