From 512242943cc8dd149f1a338d6f2940cc0926a7de Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 14 Sep 2020 15:21:31 -0700 Subject: [PATCH] Rremove separate JS includes from homepage for simplicity's sake, but include a link to doing it separately --- site/layouts/partials/home/masthead-followup.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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" "" }}