diff --git a/_config.yml b/_config.yml index 3bc514e295..9ddbe2dffb 100644 --- a/_config.yml +++ b/_config.yml @@ -15,7 +15,7 @@ port: 9001 baseurl: "" url: https://getbootstrap.com encoding: UTF-8 -exclude: [.git, .github, assets/scss/, build, js, node_modules, nuget, scss, vendor, bower.json, composer.json, Gemfile, Gemfile.lock, Gruntfile.js, package.js, package.json, sache.json] +exclude: [.git, .github, assets/scss/, build, js, node_modules, nuget, scss, vendor, bower.json, composer.json, Gemfile, Gemfile.lock, Gruntfile.js, package.js, package.json, package-lock.json, sache.json] gems: - jekyll-redirect-from diff --git a/_data/browser-features.yml b/_data/browser-features.yml index c61eb40308..f19a460e66 100644 --- a/_data/browser-features.yml +++ b/_data/browser-features.yml @@ -7,7 +7,7 @@ A11yUserVoice#16717318 origin: > Bootstrap#20732 - + - browser: > Edge diff --git a/_includes/docs-navbar.html b/_includes/docs-navbar.html index 7d0cd281dd..8d62d4585b 100644 --- a/_includes/docs-navbar.html +++ b/_includes/docs-navbar.html @@ -15,16 +15,16 @@ Examples @@ -43,17 +43,17 @@ diff --git a/_includes/footer.html b/_includes/footer.html index 19b05996f2..968d429544 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -6,7 +6,7 @@
  • Examples
  • About
  • -

    Designed and built with all the love in the world by @mdo and @fat. Maintained by the core team with the help of our contributors.

    -

    Currently v{{ site.current_version }}. Code licensed MIT, docs CC BY 3.0.

    +

    Designed and built with all the love in the world by @mdo and @fat. Maintained by the core team with the help of our contributors.

    +

    Currently v{{ site.current_version }}. Code licensed MIT, docs CC BY 3.0.

    diff --git a/_includes/social.html b/_includes/social.html index c488ea6108..35bd9fde32 100644 --- a/_includes/social.html +++ b/_includes/social.html @@ -19,12 +19,17 @@ + {% else %} {% endif %} - + + + + + diff --git a/assets/brand/bootstrap-outline.svg b/assets/brand/bootstrap-outline.svg index 9f9794c237..8af913436f 100644 --- a/assets/brand/bootstrap-outline.svg +++ b/assets/brand/bootstrap-outline.svg @@ -1,20 +1,6 @@ - - - - - - - - - - - - + + + + + diff --git a/assets/brand/bootstrap-punchout.svg b/assets/brand/bootstrap-punchout.svg index 7368058bcc..8dd9005d3b 100644 --- a/assets/brand/bootstrap-punchout.svg +++ b/assets/brand/bootstrap-punchout.svg @@ -1,18 +1,6 @@ - - - - - - - - - - - + + + + + diff --git a/assets/brand/bootstrap-social-logo.png b/assets/brand/bootstrap-social-logo.png index a2f0168c5d..97a7d87b79 100644 Binary files a/assets/brand/bootstrap-social-logo.png and b/assets/brand/bootstrap-social-logo.png differ diff --git a/assets/brand/bootstrap-social.png b/assets/brand/bootstrap-social.png index cfac9c5fc7..26c7ac9ccc 100644 Binary files a/assets/brand/bootstrap-social.png and b/assets/brand/bootstrap-social.png differ diff --git a/assets/brand/bootstrap-solid.svg b/assets/brand/bootstrap-solid.svg index 6c2211d867..b624a02473 100644 --- a/assets/brand/bootstrap-solid.svg +++ b/assets/brand/bootstrap-solid.svg @@ -1,17 +1,6 @@ - - - - - - - - - - + + + + + diff --git a/build/stamp.js b/build/stamp.js index b76086f1d6..f1868d8795 100644 --- a/build/stamp.js +++ b/build/stamp.js @@ -29,7 +29,7 @@ if (typeof jQuery === 'undefined') { (function () { ` const stampEnd = ` -})()` +})();` process.stdout.write(stampTop) diff --git a/docs/4.0/components/list-group.md b/docs/4.0/components/list-group.md index da23ceba6f..4fea041f75 100644 --- a/docs/4.0/components/list-group.md +++ b/docs/4.0/components/list-group.md @@ -169,10 +169,10 @@ Use the tab JavaScript plugin—include it individually or through the compiled
    diff --git a/index.html b/index.html index 723a95346f..f28f4ce162 100644 --- a/index.html +++ b/index.html @@ -107,7 +107,7 @@ layout: home