diff --git a/CHANGELOG.md b/CHANGELOG.md index a96ac97980..fe30f3dcb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Maintenance page stylesheet fix [#1016](https://github.com/bigcommerce/cornerstone/pull/1016) - Restore four products per row on category pages when sidebar is empty. [#1018](https://github.com/bigcommerce/cornerstone/pull/1018) - Remove gift certificate format validation [#1026](https://github.com/bigcommerce/cornerstone/pull/1026) +- Remove usage of deprecated {{template_file}} property [#1032](https://github.com/bigcommerce/cornerstone/pull/1032) ## 1.8.1 (2017-05-05) - Bug fix for category sidebar [#1006](https://github.com/bigcommerce/cornerstone/pull/1006) diff --git a/templates/components/common/header.html b/templates/components/common/header.html index dcacff22f7..5e67dc2704 100644 --- a/templates/components/common/header.html +++ b/templates/components/common/header.html @@ -12,7 +12,7 @@ {{> components/common/navigation}} - {{#if template_file '===' 'pages/home'}} + {{#if template '===' 'pages/home'}}

{{> components/common/store-logo}}

diff --git a/templates/layout/amp-iframe.html b/templates/layout/amp-iframe.html index 86327602a7..f227f559b8 100644 --- a/templates/layout/amp-iframe.html +++ b/templates/layout/amp-iframe.html @@ -29,7 +29,7 @@ {{{footer.scripts}}}