should always be linked to as https://example.com/foobar
Current Behavior
In a Page context, it links to https://example.com/foobar but in an Entry context it links to /12345-foobar (or whatever the Path-Canonical is set to)
Context
It's possible the Page context is only working because of something in my site templates; it's using entry.link. It's possible that the entry processor might be using entry.permalink or something.
Expected Behavior
An entry like:
should always be linked to as
https://example.com/foobar
Current Behavior
In a Page context, it links to
https://example.com/foobar
but in an Entry context it links to/12345-foobar
(or whatever thePath-Canonical
is set to)Context
It's possible the Page context is only working because of something in my site templates; it's using
entry.link
. It's possible that the entry processor might be usingentry.permalink
or something.