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