From ea4db3f89d1128abde592b2768a74dd5e7701037 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 15 Nov 2018 08:24:34 +0200 Subject: Use fancy apostrophe in HTML files. For Markdown files, this isn't needed because the Markdown converter takes care of this. --- site/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'site/index.html') diff --git a/site/index.html b/site/index.html index d136f62c46..ebe84841fc 100644 --- a/site/index.html +++ b/site/index.html @@ -11,7 +11,7 @@ layout: home

Bootstrap

- Build responsive, mobile-first projects on the web with the world's most popular front-end component library. + Build responsive, mobile-first projects on the web with the world’s most popular front-end component library.

Bootstrap is an open source toolkit for developing with HTML, CSS, and JS. Quickly prototype your ideas or build your entire app with our Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful plugins built on jQuery. @@ -38,7 +38,7 @@ layout: home {% include icons/import.svg width="32" height="32" class="text-primary mb-2" %}

Installation

-

Include Bootstrap's source Sass and JavaScript files via npm, Composer or Meteor. Package managed installs don't include documentation, but do include our build system and readme.

+

Include Bootstrap’s source Sass and JavaScript files via npm, Composer or Meteor. Package managed installs don’t include documentation, but do include our build system and readme.

{% highlight sh %} npm install bootstrap @@ -56,7 +56,7 @@ gem install bootstrap -v {{ site.current_ruby_version }} {% include icons/download.svg width="32" height="32" class="text-primary mb-2" %}

BootstrapCDN

-

When you only need to include Bootstrap's compiled CSS or JS, you can use BootstrapCDN.

+

When you only need to include Bootstrap’s compiled CSS or JS, you can use BootstrapCDN.

CSS only
{% highlight html %} -- cgit v1.2.3