Skip to content

Commit

Permalink
Merge pull request #105 from Remi-Gau/fix
Browse files Browse the repository at this point in the history
[FIX] fix image in project
  • Loading branch information
Remi-Gau authored Mar 27, 2024
2 parents 7e10271 + 9087ead commit d6ccb41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _includes/project-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{% capture imgurl %}{{site.base}}{{project.image}}{% endcapture %}
{% endif %}
<a href="{{ proj-url }}">
<img class="img-fluid mb-3" src="{{imgurl}}" alt="{{project.title}}" />
<img class="img-fluid mb-3" src="{{imgurl}}" alt="" />
</a>
{% endif %}
{% if project.notitle != true %}
Expand Down
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
{% if page.image %}
<img
src="{{ site.base }}/{{ page.image }}"
alt="{{ page.title }}"
alt=""
style="max-width: 400px"
class="img-fluid mx-auto d-block mb-4"
/>
Expand Down
2 changes: 1 addition & 1 deletion _projects/nipoppy.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Nipoppy: A framework for the reproducible organization and processing neuroimaging-clinical datasets"
subtitle: A Neurobagel complement project
image: /img/other/nipoppy_overview.png
image: img/other/nipoppy_overview.png
status: active
layout: project
repository: https://github.com/neurodatascience/nipoppy/tree/main
Expand Down

0 comments on commit d6ccb41

Please sign in to comment.