mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Implement Sidebar component
This commit is contained in:
parent
28a32044f4
commit
cfd4fcd957
8 changed files with 56 additions and 3 deletions
|
|
@ -1,5 +1,11 @@
|
|||
---
|
||||
import Sidebar from 'components/Sidebar.astro'
|
||||
import BaseLayout from 'layouts/base.astro'
|
||||
---
|
||||
|
||||
<BaseLayout />
|
||||
<BaseLayout>
|
||||
<div class='flex flex-1 max-w-[2000px]'>
|
||||
<div class='flex-1'>Page content goes here</div>
|
||||
<Sidebar />
|
||||
</div>
|
||||
</BaseLayout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue