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">
|
<Page title="Got lost?" description="Error page for Joe's personal website">
|
||||||
<main>
|
<section>
|
||||||
<h1>Got lost?</h1>
|
<h1>Got lost?</h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
If you’re on this page, something’s probably gone wrong. Try going to
|
If you’re on this page, something’s probably gone wrong. Try going to
|
||||||
my <a href="/">homepage</a> instead.
|
my <a href="/">homepage</a> instead.
|
||||||
</p>
|
</p>
|
||||||
</main>
|
</section>
|
||||||
</Page>
|
</Page>
|
||||||
|
|||||||
Reference in New Issue
Block a user