Skip to content

Commit

Permalink
BCTHEME-426: Insufficient link text for "Read More" links
Browse files Browse the repository at this point in the history
  • Loading branch information
BC-tymurbiedukhin committed Mar 17, 2021
1 parent 3b957b1 commit 934c97b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Draft
- Changed insufficient link text for "Read More" links. [#2012](https://github.com/bigcommerce/cornerstone/pull/2012)
- Added sold out badge on products within PLP. [#2003](https://github.com/bigcommerce/cornerstone/pull/2003)
- Update focus trap in Modal. [#1998](https://github.com/bigcommerce/cornerstone/pull/1998)
- Added unique identifiers to product cards on product list pages. [#1999](https://github.com/bigcommerce/cornerstone/pull/1999)
Expand Down
2 changes: 1 addition & 1 deletion templates/components/blog/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h2 class="blog-title">
{{else}}
{{{post.summary}}}
{{#if post.show_read_more}}
&hellip; <a href="{{url}}">{{lang 'blog.read_more'}}</a>
&hellip; <a href="{{url}}" aria-label="{{post.title}} {{lang 'blog.read_more'}}">{{lang 'blog.read_more'}}</a>
{{/if}}
{{/if}}
</div>
Expand Down

0 comments on commit 934c97b

Please sign in to comment.