From 21e506ce11f0f2ded94a8849250197d7130e5755 Mon Sep 17 00:00:00 2001 From: Yuriy Sverchkov Date: Wed, 20 Mar 2024 14:45:06 -0500 Subject: [PATCH] Changed to relative paths for images because site-global path doesn't point to repo-specific GH page. --- EDA-examples/index.qmd | 2 +- Guides/index.qmd | 2 +- Workshops/index.qmd | 2 +- _quarto.yml | 2 +- index.qmd | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/EDA-examples/index.qmd b/EDA-examples/index.qmd index f4ce130d6..683335265 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 99b7adb54..d91c644d7 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/Workshops/index.qmd b/Workshops/index.qmd index e5e323912..ecfb1dc8e 100644 --- a/Workshops/index.qmd +++ b/Workshops/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 69e74d2ab..31faafb77 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 f26ad9bfd..9c933cad1 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"