From 345d68cdbb48e9f8c018062df655e65ae95b6ef1 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 10 May 2020 08:13:02 +0300 Subject: [PATCH] Add `loading="lazy"` in images Backport of #30199 after adapting it for v4-dev. --- site/docs/4.4/about/brand.md | 10 +++++----- site/docs/4.4/about/team.md | 2 +- site/docs/4.4/components/navbar.md | 4 ++-- site/docs/4.4/examples/index.html | 4 ++-- site/index.html | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/site/docs/4.4/about/brand.md b/site/docs/4.4/about/brand.md index 084c36bd88..5e670091b3 100644 --- a/site/docs/4.4/about/brand.md +++ b/site/docs/4.4/about/brand.md @@ -14,10 +14,10 @@ Use either the Bootstrap mark (a capital **B**) or the standard logo (just **Boo
- Bootstrap + Bootstrap
- Bootstrap + Bootstrap
@@ -35,13 +35,13 @@ Download the Bootstrap mark in one of three styles, each available as an SVG fil
- Bootstrap + Bootstrap
- Bootstrap + Bootstrap
- Bootstrap + Bootstrap
diff --git a/site/docs/4.4/about/team.md b/site/docs/4.4/about/team.md index 93aecf882f..231e315c5a 100644 --- a/site/docs/4.4/about/team.md +++ b/site/docs/4.4/about/team.md @@ -10,7 +10,7 @@ Bootstrap is maintained by the founding team and a small group of invaluable cor
{% for member in site.data.core-team %} - @{{ member.user }} + @{{ member.user }} {{ member.name }} @{{ member.user }} diff --git a/site/docs/4.4/components/navbar.md b/site/docs/4.4/components/navbar.md index 64dcb3bda4..69df11b340 100644 --- a/site/docs/4.4/components/navbar.md +++ b/site/docs/4.4/components/navbar.md @@ -98,7 +98,7 @@ Adding images to the `.navbar-brand` will likely always require custom styles or {% endcapture %} @@ -108,7 +108,7 @@ Adding images to the `.navbar-brand` will likely always require custom styles or diff --git a/site/docs/4.4/examples/index.html b/site/docs/4.4/examples/index.html index ced9cc814a..6ac9a6718b 100644 --- a/site/docs/4.4/examples/index.html +++ b/site/docs/4.4/examples/index.html @@ -15,7 +15,7 @@ redirect_from: "/examples/" {{ example.name }} screenshot + alt="{{ example.name }} screenshot" width="480" height="300" loading="lazy">
{{ example.name }}

{{ example.description }}

@@ -40,5 +40,5 @@ redirect_from: "/examples/" Bootstrap Themes + alt="Bootstrap Themes" width="1151" height="320" loading="lazy">
diff --git a/site/index.html b/site/index.html index adae306b5e..648458e083 100644 --- a/site/index.html +++ b/site/index.html @@ -96,7 +96,7 @@ gem install bootstrap -v {{ site.current_ruby_version }} Bootstrap Icons + alt="Bootstrap Icons" width="966" height="600" loading="lazy">
@@ -118,7 +118,7 @@ gem install bootstrap -v {{ site.current_ruby_version }} Bootstrap Themes + alt="Bootstrap Themes" width="700" height="500" loading="lazy">