forked from elh/elh.gay
nav bar svelte
This commit is contained in:
parent
707aa66b35
commit
e769979948
7 changed files with 73 additions and 8 deletions
7
src/pages/about.astro
Normal file
7
src/pages/about.astro
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
import Layout from "../layouts/Sitelayout.astro"
|
||||
const pageTitle="About Me";
|
||||
---
|
||||
<Layout pageTitle={pageTitle}>
|
||||
<h1>about me</h1>
|
||||
</Layout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue