start working on posts with placeholder content
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user