Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2016-09-22 19:29:41 +0300
committerMatt Stratton <matt.stratton@gmail.com>2016-09-22 19:29:41 +0300
commit41b908e4f2557ef50e7a6c9668c5358b455d45dc (patch)
tree9d676911c152ce336471f6a7afb9eb77615b9e5d /layouts/partials
parentdb9c1f0ce176450a2151054472fb89244d9265c9 (diff)
Add bootstrap scripts to footer
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/footer_scripts.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/partials/footer_scripts.html b/layouts/partials/footer_scripts.html
index e69de29..a7e1aaf 100644
--- a/layouts/partials/footer_scripts.html
+++ b/layouts/partials/footer_scripts.html
@@ -0,0 +1,4 @@
+<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+<!-- Include all compiled plugins (below), or include individual files as needed -->
+<script src="/js/bootstrap.min.js"></script>