diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c17831..4a599da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.6.2 +## 12/20/2016 + +1. [](#improved) + * Add bottom js call in bottom block + # v1.6.1 ## 12/10/2016 diff --git a/templates/partials/base.html.twig b/templates/partials/base.html.twig index 3b39156..f416894 100644 --- a/templates/partials/base.html.twig +++ b/templates/partials/base.html.twig @@ -82,6 +82,7 @@ {% block bottom %} + {{ assets.js('bottom') }}