Skip to content

Commit

Permalink
Use site-absolute path for globally reused images
Browse files Browse the repository at this point in the history
  • Loading branch information
sverchkov committed Mar 19, 2024
1 parent de243d9 commit 10c1f8f
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 10c1f8f

Please sign in to comment.