This repository has been archived on 2025-09-03. You can view files and clone it, but cannot push or open issues or pull requests.
Files
web-old/src/pages/blog.astro
2024-01-31 10:32:45 +01:00

11 lines
253 B
Plaintext

---
import Layout from "../layouts/Layout.astro";
---
<Layout
title="Blog"
description="This is my personal website with my projects, docs and other useful stuff."
>
<main><div class="content">Blog (not finished yet)</div></main>
</Layout>