diff --git a/CHANGELOG.md b/CHANGELOG.md index bb7529d16a..780494b523 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - Reduce theme bundle size by using minified libraries where applicable [#1039](https://github.com/bigcommerce/cornerstone/pull/1039) - Replace JavaScript alert/confirmations with sweetalert2 library [#1035](https://github.com/bigcommerce/cornerstone/pull/1035) - Add global Sass variables to easily toggle exposure of Foundation styles from Citadel [#1047](https://github.com/bigcommerce/cornerstone/pull/1047) +- Use {{template_file}} as parameter in window.stencilBootstrap [#1049](https://github.com/bigcommerce/cornerstone/pull/1049) ## 1.9.0 (2017-07-18) - Product Images were obscuring product details on smaller viewports [#1019](https://github.com/bigcommerce/cornerstone/pull/1019) diff --git a/templates/layout/base.html b/templates/layout/base.html index 760cfa8591..fbd5f55140 100644 --- a/templates/layout/base.html +++ b/templates/layout/base.html @@ -37,7 +37,7 @@ {{{footer.scripts}}}