Skip to content

Commit 6314ca9

Browse files
Fix footer
1 parent 89a3ac0 commit 6314ca9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<div class="row g-4 d-flex justify-content-between">
44
<div class="col-6 col-lg-4 d-flex logos">
55
<a href="https://elixir-europe.org/" class="my-auto" target="_blank">
6-
<img height="50px" src="assets/images/logos/elixir.png" alt="ELIXIR"/>
6+
<img height="50px" src="/assets/images/logos/elixir.png" alt="ELIXIR"/>
77
</a>
88
<a href="https://learn-fair.nl" class="my-auto" target="_blank">
9-
<img class="small-logo" height="50px" src="assets/images/logos/learn-fair.svg" alt="LEARN-FAIR"/>
9+
<img class="small-logo" height="50px" src="/assets/images/logos/learn-fair.svg" alt="LEARN-FAIR"/>
1010
</a>
1111
</div>
1212
{%- for column in site.data.footer.columns %}

0 commit comments

Comments
 (0)