2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

move scripts to separate include so we can include them across layouts even if the footer isn't there

This commit is contained in:
Mark Otto
2017-05-29 10:52:13 -07:00
committed by Mark Otto
parent 5c704d77ca
commit 6ee35ced86
5 changed files with 54 additions and 51 deletions
+1
View File
@@ -17,5 +17,6 @@
</main>
{% include footer.html %}
{% include scripts.html %}
</body>
</html>