Add base layout, copy SCSS

This commit is contained in:
2023-11-24 03:41:10 -06:00
parent 84c0086f5e
commit 01d972792e
9 changed files with 674 additions and 0 deletions

8
src/layouts/Post.astro Normal file
View File

@@ -0,0 +1,8 @@
---
import Base from '@layouts/Base.astro';
---
<Base>
testing 123
<slot />
</Base>