If the article slug contains a hash character, the URLs are interpreted by the browser as anchor references leading to a 404. Ideally, these characters would be ignored or replaced when generating a slug.
Upon closer inspection, I have discovered that this is trivial to work around by adding a :slug to my article. I don't know if this merits an actual fix but it might be nice.
If the article slug contains a hash character, the URLs are interpreted by the browser as anchor references leading to a 404. Ideally, these characters would be ignored or replaced when generating a slug.