Included bootstrap and jquery

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2017-12-28 17:57:14 +01:00
parent 13191eabd2
commit 0f7d3f0909
1 changed files with 4 additions and 0 deletions

View File

@ -15,5 +15,9 @@
<script> <script>
FontAwesomeConfig = { autoAddCss: false } FontAwesomeConfig = { autoAddCss: false }
</script> </script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
{% asset bootstrap.js %}
{% asset fontawesome-all.js defer %} {% asset fontawesome-all.js defer %}
</head> </head>