Source widget does not work with dynamic inclusion #18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It is nice when you can use something like
<svekyll-source/>and automatically include the Source.svelte file, etc (https://extrastatic.dev/svekyll/svekyll-cli/-/merge_requests/1). But, this does not work, currently, with the Source.svelte file because it requires the{post}and this is not included when the source is rewritten.EDIT: The solution is to use something like this in your PostRoll.svelte file. Future versions should support
<svekyll-source/>but not right now, you need to manually include the post.changed the description
changed the description