feat: add a base layout for base HTML
This commit is contained in:
7
src/pages/skills.astro
Normal file
7
src/pages/skills.astro
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
import BaseLayout from "../layouts/BaseLayout.astro";
|
||||
---
|
||||
|
||||
<BaseLayout>
|
||||
<p>Skills</p>
|
||||
</BaseLayout>
|
||||
Reference in New Issue
Block a user