Skip to content

Commit

Permalink
Changed to static path for site logo in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoonen committed Oct 8, 2024
1 parent 6097279 commit 5a87612
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="{{ site.logo-icon }}" alt="{{ site.title }}">
</a>
</div>
<div class="copyright">
Expand Down

0 comments on commit 5a87612

Please sign in to comment.