Skip to content

Commit faa703f

Browse files
committed
Show jinja code in rich vertical list docs page
1 parent a2f4aaf commit faa703f

File tree

1 file changed

+3
-3
lines changed
  • templates/docs/patterns/rich-list-vertical

1 file changed

+3
-3
lines changed

templates/docs/patterns/rich-list-vertical/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,23 @@ The vertical rich list pattern is composed of the following elements:
2525
| Call to action block | [Call to action block](/docs/patterns/cta-block) beneath the description. |
2626
| Image (**required**) | Main list visual. |
2727

28-
<div class="embedded-example"><a href="/docs/examples/patterns/rich-list-vertical/ticked" class="js-example">
28+
<div class="embedded-example"><a href="/docs/examples/patterns/rich-list-vertical/ticked" class="js-example" data-lang="jinja">
2929
View example of the vertical rich list pattern
3030
</a></div>
3131

3232
## Flipped
3333

3434
The horizontal ordering of the rich list columns can also be reversed, creating a flipped layout.
3535

36-
<div class="embedded-example"><a href="/docs/examples/patterns/rich-list-vertical/ticked-flipped" class="js-example">
36+
<div class="embedded-example"><a href="/docs/examples/patterns/rich-list-vertical/ticked-flipped" class="js-example" data-lang="jinja">
3737
View example of the vertical rich list pattern
3838
</a></div>
3939

4040
## Minimal
4141

4242
The only mandatory elements in the rich vertical list are the title and the image, and one of the other (optional) elements.
4343

44-
<div class="embedded-example"><a href="/docs/examples/patterns/rich-list-vertical/minimal" class="js-example">
44+
<div class="embedded-example"><a href="/docs/examples/patterns/rich-list-vertical/minimal" class="js-example" data-lang="jinja">
4545
View example of the vertical rich list pattern
4646
</a></div>
4747

0 commit comments

Comments
 (0)