From: Mark Otto Date: Mon, 14 Sep 2020 22:21:31 +0000 (-0700) Subject: Rremove separate JS includes from homepage for simplicity's sake, but include a link... X-Git-Tag: v5.0.0-alpha2~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=512242943cc8dd149f1a338d6f2940cc0926a7de;p=thirdparty%2Fbootstrap.git Rremove separate JS includes from homepage for simplicity's sake, but include a link to doing it separately --- diff --git a/site/layouts/partials/home/masthead-followup.html b/site/layouts/partials/home/masthead-followup.html index 0c4d6f0ad6..ebc44b7451 100644 --- a/site/layouts/partials/home/masthead-followup.html +++ b/site/layouts/partials/home/masthead-followup.html @@ -27,7 +27,7 @@ When you only need to include Bootstrap’s compiled CSS or JS, you can use BootstrapCDN.

- See it in action with our simple starter template, or browse the examples to jumpstart your next project. + See it in action with our simple starter template, or browse the examples to jumpstart your next project. You can also choose to include Popper.js and our JS separately.

Explore the docs @@ -36,10 +36,6 @@ `) .Site.Params.cdn.css (.Site.Params.cdn.css_hash | safeHTMLAttr)) "html" "" }} {{ highlight (printf (` `) .Site.Params.cdn.js_bundle (.Site.Params.cdn.js_bundle_hash | safeHTMLAttr)) "html" "" }} - {{ highlight (printf (` - - -`) .Site.Params.cdn.popper (.Site.Params.cdn.popper_hash | safeHTMLAttr) .Site.Params.cdn.js (.Site.Params.cdn.js_hash | safeHTMLAttr)) "html" "" }}