diff --git a/site/content/docs/5.3/examples/_index.md b/site/content/docs/5.3/examples/_index.md index 0a08f68e6a..75ea520100 100644 --- a/site/content/docs/5.3/examples/_index.md +++ b/site/content/docs/5.3/examples/_index.md @@ -4,69 +4,3 @@ title: Examples description: Quickly get a project started with any of our examples ranging from using parts of the framework to custom components and layouts. aliases: "/examples/" --- - -{{< list-examples.inline >}} -{{ range $entry := $.Site.Data.examples -}} -
{{ $entry.description }}
- {{ if eq $entry.category "RTL" -}} -- RTL is still experimental and will evolve with feedback. Spotted something or have an improvement to suggest? -
- -{{ $example.description }}
-- {{- $indexPath := "index.html" -}} - {{- if $example.indexPath -}} - {{- $indexPath = $example.indexPath -}} - {{- end }} - - - Edit in StackBlitz - -
-{{ $entry.description }}
+ {{ if eq $entry.category "RTL" -}} ++ RTL is still experimental and will evolve with feedback. Spotted something or have an improvement to suggest? +
+ +{{ $example.description }}
++ {{- $indexPath := default "index.html" $example.indexPath -}} + {{- $stackBlitzUrl := printf "%s%s%s" (urls.JoinPath "https://stackblitz.com/github/twbs" $example.url) "?file=" ($indexPath | urlquery) }} + + + Edit in StackBlitz + +
+{{ $example.description }}
+