From: Jiang Yan Date: Thu, 19 Nov 2020 05:42:44 +0000 (+0800) Subject: Docs: fix homepage npm install version (#32194) X-Git-Tag: v5.0.0-beta1~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5501df0c294f8189f64a686b68d7dd45a803ee1c;p=thirdparty%2Fbootstrap.git Docs: fix homepage npm install version (#32194) --- diff --git a/site/layouts/partials/home/masthead-followup.html b/site/layouts/partials/home/masthead-followup.html index 2f767aa34f..91245eecee 100644 --- a/site/layouts/partials/home/masthead-followup.html +++ b/site/layouts/partials/home/masthead-followup.html @@ -12,7 +12,7 @@ Read installation docs
- {{ highlight "npm install bootstrap" "sh" "" }} + {{ highlight "npm install bootstrap@next" "sh" "" }} {{ highlight (printf ("gem install bootstrap -v %s") .Site.Params.current_ruby_version) "sh" "" }}