diff options
| author | XhmikosR <[email protected]> | 2020-11-23 22:17:37 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-23 22:17:37 +0200 |
| commit | d8ff27721b2d38430e872598ebcfff5f635503d5 (patch) | |
| tree | 4322099ab454e3369e127adcbb6c7ac7afa5152b | |
| parent | 767db7b7468e32aa9ff22eb023d0ab43fbae0099 (diff) | |
| download | bootstrap-d8ff27721b2d38430e872598ebcfff5f635503d5.tar.xz bootstrap-d8ff27721b2d38430e872598ebcfff5f635503d5.zip | |
introduction: split comments (#32223)
| -rw-r--r-- | site/content/docs/5.0/getting-started/introduction.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/site/content/docs/5.0/getting-started/introduction.md b/site/content/docs/5.0/getting-started/introduction.md index 001dcd1a1..9cd0890c3 100644 --- a/site/content/docs/5.0/getting-started/introduction.md +++ b/site/content/docs/5.0/getting-started/introduction.md @@ -92,7 +92,8 @@ Be sure to have your pages set up with the latest design and development standar <!-- Option 1: Bootstrap Bundle with Popper --> <script src="{{< param "cdn.js_bundle" >}}" integrity="{{< param "cdn.js_bundle_hash" >}}" crossorigin="anonymous"></script> - <!-- Option 2: Separate Popper and Bootstrap JS + <!-- Option 2: Separate Popper and Bootstrap JS --> + <!-- <script src="{{< param "cdn.popper" >}}" integrity="{{< param "cdn.popper_hash" >}}" crossorigin="anonymous"></script> <script src="{{< param "cdn.js" >}}" integrity="{{< param "cdn.js_hash" >}}" crossorigin="anonymous"></script> --> |
