1
0
Fork 0

Feature: Layouting home page (#4)

Complete issue #2

Reviewed-on: ofs/fensir#4
Co-authored-by: kogeletey <kg@re128.org>
Co-committed-by: kogeletey <kg@re128.org>
This commit is contained in:
Konrad Geletey 2024-12-08 12:14:55 +03:00 committed by Konrad Geletey
parent 3adfe995d2
commit 0c96e84708
Signed by: git
GPG key ID: 0CB1190D5D313992
8 changed files with 133 additions and 3 deletions

View file

@ -2,7 +2,6 @@
import Base from "@/layouts/Base.astro"
---
<Base>
<slot />
</Base>