diff options
| author | Mark Otto <[email protected]> | 2017-05-26 20:54:12 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-05-26 20:54:12 -0700 |
| commit | 733c0926810a467782895f2f15ee2384f7c6c330 (patch) | |
| tree | ddb0dd6ad55205648b8fe6b8a5b27d8f85cf5b50 /docs/index.html | |
| parent | b872a6f807d7c3fca072588ec1459cec0cae9a15 (diff) | |
| download | bootstrap-733c0926810a467782895f2f15ee2384f7c6c330.tar.xz bootstrap-733c0926810a467782895f2f15ee2384f7c6c330.zip | |
Drop CSS icons for SVGs (#22708)
* add the svg icon as a partial so we can include it easily
* add the icon to the homepage
* drop .bd-booticon for svgs here
* rip out the import for .bd-booticon sass file
* Delete _booticon.scss
* indentation
* Update bootstrap-icon.html
* remove those
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 612a74171..26a460e2f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,7 +4,7 @@ layout: home <main class="bd-masthead" id="content" role="main"> <div class="container"> - <span class="bd-booticon outline">B</span> + {% include bootstrap-icon.html %} <p class="lead">Bootstrap is the most popular HTML, CSS, and JS framework in the world for building responsive, mobile-first projects on the web.</p> <p class="lead"> <a href="{{ site.baseurl }}/getting-started/download/" class="btn btn-lg" onclick="ga('send', 'event', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}');">Download Bootstrap</a> |
