From 10c1f8fb61350167250f249491fa91c05fad74dc Mon Sep 17 00:00:00 2001 From: Yuriy Sverchkov Date: Tue, 19 Mar 2024 15:50:46 -0500 Subject: [PATCH] Use site-absolute path for globally reused images --- EDA-examples/index.qmd | 2 +- Guides/index.qmd | 2 +- _quarto.yml | 2 +- index.qmd | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/EDA-examples/index.qmd b/EDA-examples/index.qmd index f39b80c29..6769a47a1 100644 --- a/EDA-examples/index.qmd +++ b/EDA-examples/index.qmd @@ -8,7 +8,7 @@ listing: - "title desc" type: default image-height: 150px - image-placeholder: "../../images/vincent-van-zalinge-mDohQISBnCk-unsplash.jpg" + image-placeholder: "/images/vincent-van-zalinge-mDohQISBnCk-unsplash.jpg" fields: [image, title, description, date, reading-time] categories: true date-format: "YYYY-MM-DD" diff --git a/Guides/index.qmd b/Guides/index.qmd index 849fc1359..99b7adb54 100644 --- a/Guides/index.qmd +++ b/Guides/index.qmd @@ -8,7 +8,7 @@ listing: - "date-desc" - "title desc" image-height: 150px - image-placeholder: "../../images/vincent-van-zalinge-mDohQISBnCk-unsplash.jpg" + image-placeholder: "/images/vincent-van-zalinge-mDohQISBnCk-unsplash.jpg" fields: [image, title, description, date, reading-time] categories: true date-format: "YYYY-MM-DD" diff --git a/_quarto.yml b/_quarto.yml index 79695adab..8e0732550 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -13,7 +13,7 @@ website: href: https://github.com/UW-Madison-DataScience/ML-X-Community text: "GitHub organization" background: "#dbd9d9" - logo: "images/ML+X_Logo_Secondary_Transparent.png" + logo: "/images/ML+X_Logo_Secondary_Transparent.png" pinned: true align: center style: "docked" diff --git a/index.qmd b/index.qmd index 94487495f..94411cdb1 100644 --- a/index.qmd +++ b/index.qmd @@ -8,7 +8,7 @@ listing: - "date-desc" - "title desc" image-height: 150px - image-placeholder: "../images/vincent-van-zalinge-mDohQISBnCk-unsplash.jpg" + image-placeholder: "/images/vincent-van-zalinge-mDohQISBnCk-unsplash.jpg" fields: [image, title, description, date, reading-time] categories: true date-format: "YYYY-MM-DD"