chore: Move blog tags button onto blog page
This commit is contained in:
parent
e75e001368
commit
121d0898a6
2 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,6 @@ const optimizedBackgroundLQ = await getImage({
|
||||||
<a href="/" class="nav-btn">Home</a> |
|
<a href="/" class="nav-btn">Home</a> |
|
||||||
<a href="/blog" class="nav-btn">Blog</a> |
|
<a href="/blog" class="nav-btn">Blog</a> |
|
||||||
<a href="/about" class="nav-btn">About</a> |
|
<a href="/about" class="nav-btn">About</a> |
|
||||||
<a href="/tags" class="nav-btn">Tags</a> |
|
|
||||||
<a href="/friends" class="nav-btn">Friends</a> |
|
<a href="/friends" class="nav-btn">Friends</a> |
|
||||||
<a href="/other buttons" class="nav-btn">Moar 88x31</a>
|
<a href="/other buttons" class="nav-btn">Moar 88x31</a>
|
||||||
</Partition>
|
</Partition>
|
||||||
|
|
|
@ -11,6 +11,7 @@ const pageTitle = "Aria's blog";
|
||||||
|
|
||||||
<BaseLayout pageTitle={pageTitle}>
|
<BaseLayout pageTitle={pageTitle}>
|
||||||
<Partition>
|
<Partition>
|
||||||
|
| <a href="/tags" class="nav-btn">Browse Tags</a> |<br />
|
||||||
<h1 class="text-2xl">All blog posts:</h1>
|
<h1 class="text-2xl">All blog posts:</h1>
|
||||||
<ul>
|
<ul>
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue