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.
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_pagesmethod and callingprocess_postsinstead (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.