Skip to content

Commit

Permalink
Merge branch 'TMS-1017' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbi committed Mar 8, 2024
2 parents a787e8c + 0a24ca9 commit 0aae43f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]

- TMS-1013: Add event weekly entry dates to event partial
- TMS-1017: Add image alt-text to imported news single-article

## [1.2.1] - 2024-02-01

Expand Down
4 changes: 3 additions & 1 deletion partials/single.dust
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@

{?content.api_image_url}
<div class="entry__figure pt-2 has-text-centered">
<img src="{content.api_image_url|url}" loading="lazy" />
<img src="{content.api_image_url|url}"
{?content.api_image_alt}alt="{content.api_image_alt|attr}"{/content.api_image_alt}
loading="lazy" />
</div>

{>"views/single/single-meta" spacing_class="pt-5 pt-4-desktop pb-5 p-5-tablet" /}
Expand Down

0 comments on commit 0aae43f

Please sign in to comment.