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
That's fair enough. Let me consider how to best approach this. The more I think about it, I realize that I'm not overly fond of having a random </div> at the top of a partial.
By inspecting the source of the generated 404.html, Firefox noticed a lost
</div>
just after the</section>
fromlayouts/404.html
This is caused by
layouts/partials/footer.html:2
which is closing the "content"<div>
which does not exist inlayouts/404.html
The text was updated successfully, but these errors were encountered: