forked from sashin/sashinexists
Compare commits
2 Commits
b29bc550c5
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0a17495d5a | ||
|
|
45557f26ff |
@@ -1,8 +1,6 @@
|
|||||||
(page) =>
|
(page) =>
|
||||||
templates/default.ori.html(
|
templates/default.ori.html(
|
||||||
templates/partials/article.ori.html(
|
templates/partials/article.ori.html(
|
||||||
md.handler/unpack(
|
page/()
|
||||||
page/()
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user