feat(index): Add welcome heading
This commit is contained in:
parent
b340559fb2
commit
5a2abc1d11
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ import Layout from '../layouts/Layout.astro';
|
|||
<Layout title="Home | Terminal Blog" description="That a good start.">
|
||||
<h1 class="title">~/</h1>
|
||||
<div class="content">
|
||||
<h3>Welcome!</h3>
|
||||
|
||||
Not much here yet, but you can check out my blog posts <a href="/blog">here</a>.
|
||||
<br />
|
||||
If you are site owner, please edit <code>src/pages/index.astro</code> to customize this page.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue