Added bootstrap
This commit is contained in:
parent
c7cd2ffee3
commit
cd75bcf6e7
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue