Added jquery

This commit is contained in:
Oliver Davies 2015-08-08 23:00:25 +01:00
parent 01d53ff46c
commit c7cd2ffee3
3 changed files with 108 additions and 7 deletions

View file

@ -1,4 +1,4 @@
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="{{ site.url }}/components/jquery/jquery.min.js"></script>
<script src="{{ site.url }}/{{ theme_path('assets/js/bootstrap.min.js') }}"></script>
<script src="{{ site.url }}/components/highlightjs/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>