Skip to content

Commit

Permalink
Fix link to SSI logo for header
Browse files Browse the repository at this point in the history
  • Loading branch information
phillybroadbent committed Dec 6, 2024
1 parent df8e7b1 commit 5170a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_includes/header.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h4 class="d-flex align-items-center">
<img src="img/logo.png" class="img-fluid me-2" alt="Software sustainability institute logo" style="height: 1.5em;">
<img src="{{site.baseurl}}/img/logo.png" class="img-fluid me-2" alt="Software sustainability institute logo" style="height: 1.5em;">
<a class="navbar-brand" href="{{ site.baseurl }}/">{{ site.title }}</a>
{% if site.subtitle %}<small class="d-block m-4">{{ site.subtitle }}</small>{% endif %}
</h4>

0 comments on commit 5170a5d

Please sign in to comment.