Styling overhaul
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
import BaseHead from '../../components/BaseHead.astro';
|
||||
import { SITE_TITLE, SITE_DESCRIPTION } from '../../consts';
|
||||
import BlogFeed from '../../components/BlogFeed.astro';
|
||||
import Navbar from '../../components/Navbar.astro';
|
||||
---
|
||||
|
||||
<!doctype html>
|
||||
@@ -10,6 +11,7 @@ import BlogFeed from '../../components/BlogFeed.astro';
|
||||
<BaseHead title={SITE_TITLE} description={SITE_DESCRIPTION} />
|
||||
</head>
|
||||
<body>
|
||||
<Navbar />
|
||||
<main>
|
||||
<BlogFeed headingLevel={1} />
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user