Skip to content

Commit

Permalink
Merge pull request #9 from UW-Madison-DataScience/images-fix
Browse files Browse the repository at this point in the history
Fix for some images not showing up.
  • Loading branch information
qualiaMachine authored Mar 20, 2024
2 parents 566f09f + 10c1f8f commit 8f5b1eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion EDA-examples/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Guides/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8f5b1eb

Please sign in to comment.