start working on posts with placeholder content

This commit is contained in:
2026-02-28 09:26:10 -05:00
parent 95b58b5615
commit c28f340333
16 changed files with 372 additions and 15 deletions

View File

@@ -3,8 +3,8 @@ import '@styles/main.css';
---
<style>
.header {
background: var(--primary-color-faded);
header {
background-color: var(--primary-color-faded);
}
nav {
@@ -37,13 +37,13 @@ import '@styles/main.css';
<meta name="viewport" content="width=device-width" />
</head>
<body>
<div class="header">
<header>
<nav>
<a href="/" data-astro-prefetch>Home</a>
<a href="/posts" data-astro-prefetch>Posts</a>
<a href="/about" data-astro-prefetch>About</a>
</nav>
</div>
</header>
<main>
<slot />