Skip to content

Commit

Permalink
Merge pull request #55 from Genez-io/feat/blog
Browse files Browse the repository at this point in the history
fix: blog navigation on prod
  • Loading branch information
Tudor-Ang authored Jan 17, 2024
2 parents 33673ab + 3dcd3df commit bff9def
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/genezio-theme/layouts/partials/blogHeader.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h4 class="mx-2 px-1 mb-0 d-inline-block">Blog</h4>
>
<ul class="navbar-nav mr-auto d-flex justify-content-center">
<li class="nav-item active">
<a style="color: rgba(0, 0, 0, 0.7)" class="nav-link opacity-75 fw-semibold mx-3" href="/tags/news"
<a style="color: rgba(0, 0, 0, 0.7)" class="nav-link opacity-75 fw-semibold mx-3" href="/tags/news/"
>NEWS</a
>
</li>
Expand All @@ -42,7 +42,7 @@ <h4 class="mx-2 px-1 mb-0 d-inline-block">Blog</h4>
<a
style="color: rgba(0, 0, 0, 0.7)"
class="nav-link opacity-75 fw-semibold mx-3"
href="/tags/learning"
href="/tags/learning/"
>LEARNING</a
>
</li>
Expand Down

0 comments on commit bff9def

Please sign in to comment.