aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-05-29 10:52:13 -0700
committerMark Otto <[email protected]>2017-05-29 23:32:28 -0700
commit6ee35ced8650d65fbdbb5bbbe4575f53ae8fc801 (patch)
tree81f20097a7ce6a06a9ac6e35a6acce4cad38fabf /_layouts/default.html
parent5c704d77ca917c318fe500b4b6513089fe22fa53 (diff)
downloadbootstrap-6ee35ced8650d65fbdbb5bbbe4575f53ae8fc801.tar.xz
bootstrap-6ee35ced8650d65fbdbb5bbbe4575f53ae8fc801.zip
move scripts to separate include so we can include them across layouts even if the footer isn't there
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index e3642ac6d..d5e6b10b4 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -17,5 +17,6 @@
</main>
{% include footer.html %}
+ {% include scripts.html %}
</body>
</html>