localized urls broken in markdown #1
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: FSR/ese-website#1
Loading…
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?
Urls always become german urls in markdown, because
page.lang
seems to be set to the default lang ("de") when callinglocale_url
during markdown transformation.page.lang
was also incorrect when I tried to call thelocalized
filter (which accessespage.lang
) in program-ical.11ty.js's render method.Needs to be investigated further, if the upgrade to Eleventy v3 does not happen to fix it.