this context not cleared #2

Open
opened 2024-12-04 17:10:22 +00:00 by kitsunecafe · 0 comments
Owner

when populating the context for this, the previous contents are not cleared.

# page-one.toml
name = "Page 1"
date = "2024-12-05"

# page-one.md
{{ this | json_encode }} {# { name: "Page 1", date: "2024-12-05" } #}

# page-two.toml
name = "Page 2"

# page-two.md
{{ this | json_encode }} {# { name: "Page 2", date: "2024-12-05" } #}
when populating the context for `this`, the previous contents are not cleared. ``` # page-one.toml name = "Page 1" date = "2024-12-05" # page-one.md {{ this | json_encode }} {# { name: "Page 1", date: "2024-12-05" } #} # page-two.toml name = "Page 2" # page-two.md {{ this | json_encode }} {# { name: "Page 2", date: "2024-12-05" } #} ```
kitsunecafe added reference main 2024-12-04 22:55:25 +00:00
kitsunecafe added the
bug
label 2024-12-04 22:55:28 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: kitsunecafe/roxy-cli#2
No description provided.