Skip to content

Commit

Permalink
Make image in navbar clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
Miepee authored May 9, 2024
1 parent 325a5ff commit 0824098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/navbar.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<nav class="navbar navbar-expand-lg navbar-themed">
<div class="container-fluid">
<div class="navbar-logo me-2 d-inline-block"></div>
<a class="navbar-logo me-2 d-inline-block" href="{{ site.baseurl }}/"> </a>

<a class="navbar-brand mb-0 h1" href="{{ site.baseurl }}/">{{ site.title }}</a>

Expand Down Expand Up @@ -66,4 +66,4 @@
</div>
</div>
</div>
</nav>
</nav>

0 comments on commit 0824098

Please sign in to comment.