From cb2b21bb88604dee22bd4d0f2804d8366b2d65e3 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 27 Nov 2018 15:28:37 +0200 Subject: [PATCH] Inline bootstrap-stack.svg. It's pretty small compressed; a little less than 1 KB with gzip. --- site/_includes/icons/bootstrap-stack.svg | 1 + site/docs/4.1/assets/img/bootstrap-stack.svg | 1 - site/index.html | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 site/_includes/icons/bootstrap-stack.svg delete mode 100644 site/docs/4.1/assets/img/bootstrap-stack.svg diff --git a/site/_includes/icons/bootstrap-stack.svg b/site/_includes/icons/bootstrap-stack.svg new file mode 100644 index 0000000000..2ced27898f --- /dev/null +++ b/site/_includes/icons/bootstrap-stack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/site/docs/4.1/assets/img/bootstrap-stack.svg b/site/docs/4.1/assets/img/bootstrap-stack.svg deleted file mode 100644 index 568a9e4528..0000000000 --- a/site/docs/4.1/assets/img/bootstrap-stack.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/site/index.html b/site/index.html index 675a120642..df50c7291c 100644 --- a/site/index.html +++ b/site/index.html @@ -6,7 +6,7 @@ layout: home
- + {% include icons/bootstrap-stack.svg width="512" height="430" class="img-fluid mb-3 mb-md-0" %}

Bootstrap

-- 2.47.2