From 9087ead700b1381c638f33960424f0d297b43b00 Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Wed, 27 Mar 2024 10:03:38 -0400 Subject: [PATCH] fix images in project --- _includes/project-card.html | 2 +- _layouts/default.html | 2 +- _projects/nipoppy.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/project-card.html b/_includes/project-card.html index 3cbbef73dfe..861e212f717 100644 --- a/_includes/project-card.html +++ b/_includes/project-card.html @@ -13,7 +13,7 @@ {% capture imgurl %}{{site.base}}{{project.image}}{% endcapture %} {% endif %} - {{project.title}} + {% endif %} {% if project.notitle != true %} diff --git a/_layouts/default.html b/_layouts/default.html index d7f3529afb6..7850fba522c 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -61,7 +61,7 @@ {% if page.image %} {{ page.title }} diff --git a/_projects/nipoppy.md b/_projects/nipoppy.md index 8575dbef659..1093de7c4ad 100644 --- a/_projects/nipoppy.md +++ b/_projects/nipoppy.md @@ -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