super basic pagination

This commit is contained in:
Oliver Bryan
2025-09-08 12:09:20 +01:00
parent 012af7a95d
commit 1a753e1a76
5 changed files with 51 additions and 14 deletions

View File

@@ -1,16 +1,7 @@
---
import Layout from "../layouts/Layout.astro";
---
---
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} />
<title>Astro</title>
</head>
<body>
<h1>Astro</h1>
</body>
</html>
<Layout currentPage="home">
<h1 class="text-md">home page</h1>
</Layout>