From 9b3b280cbf3a38db675d78681a1838cc59822710 Mon Sep 17 00:00:00 2001 From: sacr3dc0w Date: Fri, 21 Jul 2017 16:59:15 -0700 Subject: [PATCH] Use {{template_file}} as parameter in window.Bootstrap --- CHANGELOG.md | 1 + templates/layout/base.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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}}}