mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-09 14:31:51 +00:00
fix relative url in footer
This commit is contained in:
parent
dd8af65813
commit
9ba6a5fc71
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<img class="footer__logo" src="/images/logo-glitch-family.svg" alt="by Glitch Family" title="by Glitch Family">
|
<img class="footer__logo" src="{{ "/images/logo-glitch-family.svg" | absURL }}" alt="by Glitch Family" title="by Glitch Family">
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in a new issue