mercury/src/pages/index.astro
2025-05-18 01:57:38 +08:00

15 lines
No EOL
414 B
Text

---
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.
</div>
</Layout>