Added highlight.js

This commit is contained in:
Oliver Davies 2015-08-08 21:45:32 +01:00
parent d087f15897
commit 210c95ee56
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/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>
{% block scripts %}{% endblock %}