1
0

change the extensions from .md and .ori.md to having no extension'

This commit is contained in:
sashinexists
2024-12-07 12:59:19 +11:00
parent e4f6674ca8
commit 9aa33b41c3
2 changed files with 5 additions and 6 deletions

View File

@@ -3,7 +3,6 @@
templates
index.html = templates/default.ori.html("Welcome to the index page!")
views = (views.ori/)
...map(data/pages, page.ori)
...map(map(data/pages, page.ori), {extension: '.ori.md->'})
favicon.ico
// ...map(data/pages, (page)=>templates/default.ori.html(templates/partials/article.ori.html/(page/())))
}