mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 09:05:47 +02:00
docs: mention our bundle file clearly.
Note that we are using the bundle file already in our docs since 787441d
.
This commit is contained in:
@@ -34,7 +34,9 @@
|
||||
<div class="col-md-7 pl-md-5">
|
||||
{{ highlight (printf (`<!-- CSS only -->
|
||||
<link rel="stylesheet" href="%s" integrity=%q crossorigin="anonymous">`) .Site.Params.cdn.css (.Site.Params.cdn.css_hash | safeHTMLAttr)) "html" "" }}
|
||||
{{ highlight (printf (`<!-- JavaScript and dependencies -->
|
||||
{{ highlight (printf (`<!-- JavaScript Bundle with Popper.js -->
|
||||
<script src="%s" integrity=%q crossorigin="anonymous"></script>`) .Site.Params.cdn.js_bundle (.Site.Params.cdn.js_bundle_hash | safeHTMLAttr)) "html" "" }}
|
||||
{{ highlight (printf (`<!-- Or Popper.js and our JavaScript file separately -->
|
||||
<script src="%s" integrity=%q crossorigin="anonymous"></script>
|
||||
<script src="%s" integrity=%q crossorigin="anonymous"></script>
|
||||
`) .Site.Params.cdn.popper (.Site.Params.cdn.popper_hash | safeHTMLAttr) .Site.Params.cdn.js (.Site.Params.cdn.js_hash | safeHTMLAttr)) "html" "" }}
|
||||
|
Reference in New Issue
Block a user