Redesign mostly done
This commit is contained in:
parent
a5521b479e
commit
8d2ef10fb7
24 changed files with 204 additions and 145 deletions
src/pages
15
src/pages/blog.astro
Normal file
15
src/pages/blog.astro
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
import Layout from '../layouts/Layout.astro';
|
||||
import BasicSection from '../layouts/basicSection.astro';
|
||||
|
||||
---
|
||||
|
||||
<Layout title="Blog" currentpage="blog">
|
||||
<BasicSection title="Work in Progress">
|
||||
Nothing to see here (yet)
|
||||
</BasicSection>
|
||||
|
||||
</Layout>
|
||||
|
||||
<style>
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue