Sets up about and home pages.

This commit is contained in:
2025-06-22 10:37:21 -07:00
parent 5a17ff266d
commit 9dcf57a730
10 changed files with 108 additions and 129 deletions

View File

@@ -1,11 +1,11 @@
---
import HeaderLink from './HeaderLink.astro';
import Logo from './Logo.astro';
import Blazestar from './Blazestar.astro';
---
<header>
<nav>
<h2><Logo /></h2>
<h2><Blazestar /></h2>
<div class="internal-links">
<HeaderLink href="/">Home</HeaderLink>
<HeaderLink href="/blog">Blog</HeaderLink>