feat(pages): Add 404 page and homepage description
This commit is contained in:
parent
b697dead84
commit
b340559fb2
2 changed files with 27 additions and 2 deletions
|
@ -3,9 +3,8 @@ import Layout from '../layouts/Layout.astro';
|
|||
|
||||
---
|
||||
|
||||
<Layout title="Home | Terminal Blog">
|
||||
<Layout title="Home | Terminal Blog" description="That a good start.">
|
||||
<h1 class="title">~/</h1>
|
||||
|
||||
<div class="content">
|
||||
Not much here yet, but you can check out my blog posts <a href="/blog">here</a>.
|
||||
<br />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue