Update layout
- Move navbar into layout - Add layout to 404 page
This commit is contained in:
parent
11473a6b53
commit
6917b0c1bd
3 changed files with 25 additions and 20 deletions
|
|
@ -1 +1,7 @@
|
|||
<h1>not found</h1>
|
||||
---
|
||||
import Layout from '../layouts/Layout.astro';
|
||||
---
|
||||
|
||||
<Layout title="Welcome to Astro.">
|
||||
<h1>not found</h1>
|
||||
</Layout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue