mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-08 18:53:02 +00:00
super basic pagination
This commit is contained in:
7
src/pages/about.astro
Normal file
7
src/pages/about.astro
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
import Layout from "../layouts/Layout.astro";
|
||||
---
|
||||
|
||||
<Layout currentPage="about">
|
||||
<h1 class="text-md">about page</h1>
|
||||
</Layout>
|
||||
Reference in New Issue
Block a user