sintaxi/harp

404 Styling Does Not Apply For Paths Within Directories

rpartha opened this issue · 0 comments

If I visit /<bad path>, the 404 page renders with proper styling. However, if I visit /writings/<bad path>, the styling is NOT applied. I can see that it is still picking the root _layout as I can see it is looking for the stylesheet in /writings/assets/css/ when it should be ../assets/css/ even when I specify a separate layout. Please help me if I'm missing anything, otherwise I think this is a bug.