Merge branch 'worktree-api-urls' into macros
This commit is contained in:
@@ -60,6 +60,10 @@
|
|||||||
"phase2" '(~reactive-islands/phase2/reactive-islands-phase2-content)
|
"phase2" '(~reactive-islands/phase2/reactive-islands-phase2-content)
|
||||||
:else '(~reactive-islands/index/reactive-islands-index-content)))))
|
:else '(~reactive-islands/index/reactive-islands-index-content)))))
|
||||||
|
|
||||||
|
(define spreads
|
||||||
|
(fn (content)
|
||||||
|
(if (nil? content) '(~geography/spreads-content) content)))
|
||||||
|
|
||||||
(define marshes
|
(define marshes
|
||||||
(fn (content)
|
(fn (content)
|
||||||
(if (nil? content) '(~reactive-islands/marshes/reactive-islands-marshes-content) content)))
|
(if (nil? content) '(~reactive-islands/marshes/reactive-islands-marshes-content) content)))
|
||||||
|
|||||||
Reference in New Issue
Block a user