Browse Source

Update Bootstrap to version 4.3.1

tags/v1.0.0
hawkeye116477 6 years ago
parent
commit
67a2960e18
No account linked to committer's email address

+ 0
- 6822
assets/js/bootstrap.bundle.js
File diff suppressed because it is too large
View File


+ 2
- 3
layouts/partials/footer.html View File

@@ -34,9 +34,8 @@

{{"<!-- Main jQuery -->" | safeHTML}}
<script type="text/javascript" src="{{ "plugins/jquery/dist/jquery.min.js" | absURL}}"></script>
{{"<!-- Bootstrap 4.2 + Popper -->" | safeHTML}}
{{ $bs := resources.Get "js/bootstrap.bundle.js" | minify}}
<script type="text/javascript" src="{{ $bs.Permalink }}"></script>
{{"<!-- Bootstrap 4.3 + Popper -->" | safeHTML}}
<script type="text/javascript" src="{{ "plugins/bootstrap/dist/js/bootstrap.bundle.min.js" | absURL}}"></script>
{{"<!-- Slick Carousel -->" | safeHTML}}
<script type="text/javascript" src="{{ "plugins/slick-carousel/slick/slick.min.js" | absURL}}"></script>
{{"<!-- Portfolio Filtering -->" | safeHTML}}

+ 4
- 4
static/plugins/bootstrap/dist/css/bootstrap.min.css
File diff suppressed because it is too large
View File


+ 3
- 3
static/plugins/bootstrap/dist/js/bootstrap.bundle.min.js
File diff suppressed because it is too large
View File


+ 3
- 3
static/plugins/bootstrap/dist/js/bootstrap.min.js
File diff suppressed because it is too large
View File


Loading…
Cancel
Save