feat(index): Add welcome heading

This commit is contained in:
conglinyizhi 2025-05-18 01:57:38 +08:00
parent b340559fb2
commit 5a2abc1d11

View file

@ -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.