]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
introduction: split comments (#32223)
authorXhmikosR <xhmikosr@gmail.com>
Mon, 23 Nov 2020 20:17:37 +0000 (22:17 +0200)
committerGitHub <noreply@github.com>
Mon, 23 Nov 2020 20:17:37 +0000 (22:17 +0200)
site/content/docs/5.0/getting-started/introduction.md

index 001dcd1a19cdaaab8784814c4032853a10c9bfc4..9cd0890c30d8f7caaabf03259f708637b28f727e 100644 (file)
@@ -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>
     -->