Added bootstrap

This commit is contained in:
Oliver Davies 2015-08-08 23:44:20 +01:00
parent c7cd2ffee3
commit cd75bcf6e7
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
{
"require": {
"components/bootstrap": "~2.3.1",
"components/highlightjs": "~7.3.0",
"components/jquery": "~1.9.1",
"tsphethean/sculpin-related-posts-bundle": "~0.1.0"

View file

@ -1,5 +1,5 @@
<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/bootstrap/js/bootstrap.min.js"></script>
<script src="{{ site.url }}/components/highlightjs/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>