Skip to content

Commit

Permalink
Use relative base in footer url for image
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoonen committed Oct 8, 2024
1 parent 5a87612 commit b5864a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="footer-wrapper">
<div class="logo-symbol">
<a class="logo-link" title="{{ site.title }}" href="{{ relativebase }}">
<img class="logo" id="logo" src="{{ site.logo-icon }}" alt="{{ site.title }}">
<img class="logo" id="logo" src="{{ relativebase }}{{ site.logo-icon }}" alt="{{ site.title }}">
</a>
</div>
<div class="copyright">
Expand Down

0 comments on commit b5864a8

Please sign in to comment.