0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-10 03:46:13 +01:00
XhmikosR ab1a765f75
examples: assorted tweaks (#39772)
* remove trailing slash
* use urls.JoinPath
* reindent
* use `imageConfig` so that we add dimensions automatically
2024-03-12 11:42:03 +02:00

3.2 KiB

layout title description aliases
single Examples Quickly get a project started with any of our examples ranging from using parts of the framework to custom components and layouts. /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 -}} {{ end -}}
{{ end -}} {{< /list-examples.inline >}}