Skip to content

Commit

Permalink
fix spacing a little
Browse files Browse the repository at this point in the history
Signed-off-by: Hazel <[email protected]>
  • Loading branch information
hazelthatsme committed Nov 1, 2024
1 parent 95a3c2d commit 39c137c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/layouts/layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ const { title, description, tags } = Astro.props;
<div class="title"><a href="/posts/2023-10-06">Hazel</a>, that's me.</div>
<div>
<a href="/" title="My homepage">Home</a>
|
<a href="/now" title="Now">Now</a>
|
|
<a href="/now" title="Now">Now</a>
|
<a href="/posts" title="Blog posts I've made">Posts</a>
|
<a href="/projects" title="Projects I've worked on">Projects</a>
|
<a href="/contact" title="Contact me">Contact</a>
<a href="/projects" title="Projects I've worked on">Projects</a>
|
<a href="/contact" title="Contact me">Contact</a>
</div>
</header>
<main>
Expand Down

0 comments on commit 39c137c

Please sign in to comment.