diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 50b1fbb..45dc737 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,23 +1,42 @@
-
+
+{{ $bootstrap := resources.Get "js/bootstrap.bundle.min.js" }} {{ $js := slice
+$bootstrap | resources.Concat "js/bundle.js" | resources.Minify }}
+