diff options
| author | Gaƫl Poupard <[email protected]> | 2020-06-10 10:05:48 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2020-06-14 14:47:56 -0700 |
| commit | 7b30cb9b7791b2d68d10066a5e7df3fd232dde12 (patch) | |
| tree | 1a5124138c0fc28ce4da907f223d9cbf8b8cda94 | |
| parent | a6564588567a14ebc4bfa4e50358f1c32e3b10d7 (diff) | |
| download | bootstrap-7b30cb9b7791b2d68d10066a5e7df3fd232dde12.tar.xz bootstrap-7b30cb9b7791b2d68d10066a5e7df3fd232dde12.zip | |
docs(examples): empty alt for screenshots to prevent redundancy
| -rw-r--r-- | site/content/docs/5.0/examples/_index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/examples/_index.md b/site/content/docs/5.0/examples/_index.md index 7449d5c19..0e644b55a 100644 --- a/site/content/docs/5.0/examples/_index.md +++ b/site/content/docs/5.0/examples/_index.md @@ -18,7 +18,7 @@ aliases: "/examples/" <img class="img-thumbnail mb-3" srcset="/docs/{{ $.Site.Params.docs_version }}/assets/img/examples/{{ $example.name | urlize }}.png, /docs/{{ $.Site.Params.docs_version }}/assets/img/examples/{{ $example.name | urlize }}@2x.png 2x" src="/docs/{{ $.Site.Params.docs_version }}/assets/img/examples/{{ $example.name | urlize }}.png" - alt="{{ $example.name }} screenshot" + alt="" width="480" height="300" loading="lazy"> <h5 class="mb-1">{{ $example.name }}</h5> |
