Skip to content

Commit

Permalink
Images weren't showing - trying an updated approach
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbobel committed Aug 22, 2024
1 parent d837543 commit 7a46a12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _includes/layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h2 class="margin-top-1 margin-bottom-5">{{ section_3_content.title }}</h2>
<div class="usa-card__body">
<h3>
{% if card.img %}
<img src="{{ card.img }}" alt="{{ card.title }} logo icon"/>
<img src="{{ '/assets/images/' | append: card.img | url }}" alt="{{ card.title }} logo icon"/>
{% endif %}
<span>{{ card.title }}</span>
</h3>
Expand Down
6 changes: 3 additions & 3 deletions pages/homepage.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ section_3_content:
title: "Take a look at some of our best investments so far"
cards:
- subtitle: "Digital Trust and Security"
img: "/assets/images/logingov.svg"
img: "logingov.svg"
title: "Login.gov"
text: Supporting the need for a centralized identity system – one username, one password – for better user experience, and stronger security.
button_link: "/news/login/"
Expand All @@ -58,12 +58,12 @@ section_3_content:
text: Emerging technologies often raise concerns around justice and equity; 10x is looking at how to combat bias in AI as its use increases across government agencies.
button_link: "/news/combating-bias-ai/"
- subtitle: "Improved Digital Experiences"
img: "/assets/images/notify.svg"
img: "notify.svg"
title: "Notify.gov"
text: Helping all levels of government communicate with the public via text message, whether it’s fraud or severe weather alerts, or reminders to re-apply for benefits.
button_link: "/news/notify/"
- subtitle: "Tools for Federal Teams"
img: "/assets/images/uswds.svg"
img: "uswds.svg"
title: "U.S. Web Design System"
text: Supporting digital teams in building consistent, trustworthy, effective customer experiences within the government's digital services landscape.
button_link: "/news/us-web-design-system/"
Expand Down

0 comments on commit 7a46a12

Please sign in to comment.