Closed ia3andy closed 1 month ago
Due to an issue with Qute, I had to change the way we deal with data.
From now on, data is available under site.data or page.data.
site.data
page.data
Some shortcut methods allow to access specific data from site or page:
RoqUrl
for NormalPage, we can access paginator (if defined) for DocumentPage, we can also access the collection and the date
This PR also change a bit the way we deal with url making it simpler and more consistant, allowing to call absolute or relative at the end.
Yeah me too, it's more type-safe and consistant. I was stuck on keeping it similar to Jekyll
🙈 The PR is closed and the preview is expired.
Due to an issue with Qute, I had to change the way we deal with data.
From now on, data is available under
site.data
orpage.data
.Some shortcut methods allow to access specific data from site or page:
RoqUrl
)RoqUrl
)for NormalPage, we can access paginator (if defined) for DocumentPage, we can also access the collection and the date
This PR also change a bit the way we deal with url making it simpler and more consistant, allowing to call absolute or relative at the end.