Skip to content

Commit b5864a8

Browse files
committed
Use relative base in footer url for image
1 parent 5a87612 commit b5864a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="footer-wrapper">
66
<div class="logo-symbol">
77
<a class="logo-link" title="{{ site.title }}" href="{{ relativebase }}">
8-
<img class="logo" id="logo" src="{{ site.logo-icon }}" alt="{{ site.title }}">
8+
<img class="logo" id="logo" src="{{ relativebase }}{{ site.logo-icon }}" alt="{{ site.title }}">
99
</a>
1010
</div>
1111
<div class="copyright">

0 commit comments

Comments
 (0)