diff --git a/_assets/javascripts/bootstrap.js b/_assets/javascripts/bootstrap.js new file mode 120000 index 0000000..b2c5ebd --- /dev/null +++ b/_assets/javascripts/bootstrap.js @@ -0,0 +1 @@ +../vendor/bootstrap/dist/js/bootstrap.js \ No newline at end of file diff --git a/_assets/javascripts/bootstrap.min.js b/_assets/javascripts/bootstrap.min.js deleted file mode 120000 index 8ec0ded..0000000 --- a/_assets/javascripts/bootstrap.min.js +++ /dev/null @@ -1 +0,0 @@ -../vendor/bootstrap/dist/js/bootstrap.min.js \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 0d43592..3eb3963 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -11,12 +11,12 @@ {{ site.title }} - {% stylesheet bootstrap.css %} + {% stylesheet bootstrap %} - {% stylesheet bootstrap-theme.css %} + {% stylesheet bootstrap-theme %} - {% stylesheet theme.css %} + {% stylesheet theme %} - {% javascript bootstrap.min.js %} - {% javascript holder.js %} + {% javascript bootstrap %} + {% javascript holder %}