Skip to content

Commit

Permalink
cooment out Tags tab
Browse files Browse the repository at this point in the history
  • Loading branch information
leonewton253 authored Sep 6, 2024
1 parent fc6e778 commit ec68780
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,13 @@ const { activeNav } = Astro.props;
Posts
</a>
</li>
{/*
<li>
<a href="/tags/" class={activeNav === "tags" ? "active" : ""}>
Tags
</a>
</li>
*/}
<li>
<a href="/about/" class={activeNav === "about" ? "active" : ""}>
About
Expand Down

0 comments on commit ec68780

Please sign in to comment.