Skip to content

Commit

Permalink
BCTHEME-1209 Default image defined in config.json is not rendering on…
Browse files Browse the repository at this point in the history
… blog pages (#2253)

fix(storefront): BCTHEME-1209 pass theme settings from blog page to blog post template.
  • Loading branch information
BC-krasnoshapka authored Sep 5, 2022
1 parent dea1912 commit abbf911
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
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Clarify customer order pagination. [#2241]https://github.com/bigcommerce/cornerstone/pull/2241
- Add global region below the navigation in the header [#2231](https://github.com/bigcommerce/cornerstone/pull/2231)
- Fixed escaping on created store account confirm message. [#2248]https://github.com/bigcommerce/cornerstone/pull/2248
- Pass theme settings from blog page to blog post template. [#2253]https://github.com/bigcommerce/cornerstone/pull/2253

## 6.5.0 (06-24-2022)
- Category icons do not appear in Search Form [#2221]https://github.com/bigcommerce/cornerstone/pull/2221
Expand Down
2 changes: 1 addition & 1 deletion templates/pages/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1 class="page-heading">{{ blog.name }}</h1>
{{/unless}}

{{#each blog.posts}}
{{> components/blog/post post=this}}
{{> components/blog/post post=this theme_settings=../theme_settings}}
{{/each}}

{{> components/common/paginator pagination.blog}}
Expand Down

0 comments on commit abbf911

Please sign in to comment.