The 404 page was missing title front matter. I've added a check in the layout to exclude the page title from being rendered as an <h1> on the 404 page so it doesn't conflict with the content.
How to verify this change
This is hard to verify that "not found" results other than going directly to the 404 without merging it because Cloud.gov won't show our 404 template on anything other than the production page.
Context
Should fix #251
Description
The 404 page was missing
title
front matter. I've added a check in the layout to exclude the page title from being rendered as an<h1>
on the 404 page so it doesn't conflict with the content.How to verify this change
This is hard to verify that "not found" results other than going directly to the 404 without merging it because Cloud.gov won't show our 404 template on anything other than the production page.