404 page not working with permalink: pretty using GitHub Pages + Jekyll

Viewed 595

In my config.yml I have permalinks set to pretty:

permalink: pretty

When I do this, my 404.html page is no longer showing up on my website (hosted on GitHub pages) when there is a 404 error. How do I fix this?

1 Answers
Related