Replaces duplicate main tag with section in error page
This commit is contained in:
@@ -3,12 +3,12 @@ import Page from '../layouts/Page.astro';
|
||||
---
|
||||
|
||||
<Page title="Got lost?" description="Error page for Joe's personal website">
|
||||
<main>
|
||||
<section>
|
||||
<h1>Got lost?</h1>
|
||||
|
||||
<p>
|
||||
If you’re on this page, something’s probably gone wrong. Try going to
|
||||
my <a href="/">homepage</a> instead.
|
||||
</p>
|
||||
</main>
|
||||
</section>
|
||||
</Page>
|
||||
|
||||
Reference in New Issue
Block a user