Skip to content

Commit

Permalink
Merge pull request #13 from hablapps/hotfix/header-img
Browse files Browse the repository at this point in the history
fixes header image not showing up
  • Loading branch information
nipsn authored May 28, 2024
2 parents 50ea897 + b24e94c commit 8c560e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="container">
<div class="navbar-brand">
<a class="navbar-item" href="{{ site.baseurl }}/">
<img src="/img/logo-blog-habla.png">
<img src="/{{ site.baseurl }}/img/logo-blog-habla.png">
</a>
<a role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false" data-target="navMenu">
<span aria-hidden="true"></span>
Expand Down

0 comments on commit 8c560e5

Please sign in to comment.