1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2025-05-07 21:16:00 +02:00

Remove js libraries

I'm not actually using anything that needs jQuery or Bootstrap's
JS yet.
This commit is contained in:
2016-08-28 22:11:19 +03:00
parent 9d800f41c8
commit 8b7d70e3c0
4 changed files with 1 additions and 18 deletions

View File

@ -1,4 +0,0 @@
<!-- Placed at the end of the document so the pages load faster -->
<!-- jQuery first, then Bootstrap -->
<script src="{{ .Site.BaseURL }}js/jquery.min.js"></script>
<script src="{{ .Site.BaseURL }}js/bootstrap.min.js"></script>