Skip to content

Commit

Permalink
Update card usage after eleventy-dsfr upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
hjonin committed Jan 26, 2024
1 parent d248918 commit 18999f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/postslist.njk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
path: post.data.image.path | resolvePath(post),
alt: post.data.image.alt
},
orientation: "horizontal"
addClass: "fr-card--horizontal-tier"
}) }}
</div>
{% endall %}
Expand Down
2 changes: 1 addition & 1 deletion content/fr/bluehats/bsoc/2022/promotion.njk
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ permalink: /fr/bluehats/bsoc-promotion-2022/
path: person.imagePath,
alt: person.name
},
orientation: "horizontal"
orientation: "fr-card--horizontal-tier"
}) }}
</div>
{% endall %}
Expand Down

0 comments on commit 18999f0

Please sign in to comment.