Sets up about and home pages.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user