From 2a1341b910dfb1187dd9fceebd2b3be14e825e28 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 28 Apr 2023 19:02:23 +0000 Subject: update bootstrap --- .../site/content/docs/5.3/examples/_index.md | 71 ++++++++++++++-------- 1 file changed, 46 insertions(+), 25 deletions(-) (limited to 'vendor/twbs/bootstrap/site/content/docs/5.3/examples/_index.md') diff --git a/vendor/twbs/bootstrap/site/content/docs/5.3/examples/_index.md b/vendor/twbs/bootstrap/site/content/docs/5.3/examples/_index.md index 46688839b..2fa9a4528 100644 --- a/vendor/twbs/bootstrap/site/content/docs/5.3/examples/_index.md +++ b/vendor/twbs/bootstrap/site/content/docs/5.3/examples/_index.md @@ -7,39 +7,60 @@ aliases: "/examples/" {{< list-examples.inline >}} {{ range $entry := $.Site.Data.examples -}} -
-
-

{{ $entry.category }}

-

{{ $entry.description }}

- {{ if eq $entry.category "RTL" -}} -
-

- RTL is still experimental and will evolve with feedback. Spotted something or have an improvement to suggest? -

-

Please open an issue.

-
- {{ end -}} -
- -
- {{ range $i, $example := $entry.examples -}} - {{- $len := len $entry.examples -}} - {{ if (eq $i 0) }}
{{ end }} -
- +
+

{{ $entry.category }}

+

{{ $entry.description }}

+ {{ if eq $entry.category "RTL" -}} +
+ {{ end -}} + {{ range $i, $example := $entry.examples -}} + {{- $len := len $entry.examples -}} + {{ if (eq $i 0) }}
{{ end }} + {{ if $entry.external }} +
+ +
+

+ + {{ $example.name }} + +

+

{{ $example.description }}

+

+ {{- $htmlIndexLocation := "index.html" -}} + {{- if $example.htmlIndexLocation -}} + {{- $htmlIndexLocation = printf "%s/index.html" $example.htmlIndexLocation -}} + {{- end }} + + + Edit in StackBlitz + +

+
+
+ {{ else }} +
+ -

{{ $example.name }}

+

+ {{ $example.name }} +

-

{{ $example.description }}

+

{{ $example.description }}

- {{ if (eq (add $i 1) $len) }}
{{ end }} - {{ end -}} -
+ {{ end }} + {{ if (eq (add $i 1) $len) }}
{{ end }} + {{ end -}}
{{ end -}} {{< /list-examples.inline >}} -- cgit v1.2.3