mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-03 13:00:24 +00:00
* Fix reference to twbs/examples/icons-font + fine-tune index.html SB location target * Use urlquery * Add `rel="noopener"` --------- Co-authored-by: XhmikosR <xhmikosr@gmail.com>
3.2 KiB
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 }}
{{ if $entry.external }}
{{ else }}
{{ end }}
{{ if (eq (add $i 1) $len) }}
{{ end }}
{{ end -}}
{{ $example.name }}
{{ $example.description }}
{{- $htmlIndexLocation := "index.html" -}} {{- if $example.htmlIndexLocation -}} {{- $htmlIndexLocation = printf "%s/index.html" $example.htmlIndexLocation -}} {{- end }} Edit in StackBlitz
{{ $example.name }}
{{ $example.description }}