You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When generating aliases for pages in the root dir like /about.md (the actual file, not the alias), the plugin generates the wrong forwarding file. I fixed this by deleting the process_pages method and calling process_posts instead (and for semantics renaming it process_posts_and_pages).
However, it seems like there was a reason to have different methods for posts and pages. I'd be happy to provide a pull request, once I understand your motivation.
The text was updated successfully, but these errors were encountered:
When generating aliases for pages in the root dir like
/about.md
(the actual file, not the alias), the plugin generates the wrong forwarding file. I fixed this by deleting theprocess_pages
method and callingprocess_posts
instead (and for semantics renaming itprocess_posts_and_pages
).However, it seems like there was a reason to have different methods for posts and pages. I'd be happy to provide a pull request, once I understand your motivation.
The text was updated successfully, but these errors were encountered: