mirror of
https://github.com/Xevion/undefined.behavio.rs.git
synced 2025-12-08 22:09:03 -06:00
Add base layout, copy SCSS
This commit is contained in:
8
src/layouts/Post.astro
Normal file
8
src/layouts/Post.astro
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
import Base from '@layouts/Base.astro';
|
||||
---
|
||||
|
||||
<Base>
|
||||
testing 123
|
||||
<slot />
|
||||
</Base>
|
||||
Reference in New Issue
Block a user