refactor navbar
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
---
|
||||
import Base from "src/layout/Base.astro"
|
||||
import Navbar from "src/components/index/navbar.astro"
|
||||
---
|
||||
|
||||
<Base>
|
||||
@@ -9,13 +10,7 @@ import Base from "src/layout/Base.astro"
|
||||
<div class="w-[32%] text-center">
|
||||
<div class="flex flex-col">
|
||||
<p class="text-4xl">breadone dot net</p>
|
||||
|
||||
<div class="text-2xl">
|
||||
<a href="/now">now</a> •
|
||||
<a href="/posts">posts</a> •
|
||||
<a href="/photos">photos</a> •
|
||||
<a href="/software">software</a>
|
||||
</div>
|
||||
<Navbar/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user