File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,6 +67,33 @@ Set `cols` to `3` to render three testimonials as columns.
6767{{< /example-bookshop >}}
6868<!-- markdownlint-enable MD037 -->
6969
70+ # ## Minimal
71+
72+ Set `responsive` to `false` and omit any content to render a minimal, horizontal stack of icons.
73+
74+ <!-- markdownlint-disable MD037 -->
75+ {{< example-bookshop lang="bookshop" >}}
76+
77+ ` ` ` yml
78+ - _bookshop_name: testimonials
79+ cols: 5
80+ background:
81+ color: body-tertiary
82+ icon_style: fa-fluid text-secondary
83+ align: center
84+ responsive: false
85+ testimonials:
86+ - icon: fab github
87+ - icon: fab node
88+ - icon: fab unsplash
89+ - icon: fab font-awesome
90+ - icon: fab sass
91+ ` ` `
92+
93+ {{< /example-bookshop >}}
94+ <!-- markdownlint-enable MD037 -->
95+
96+
7097# # Arguments
7198
7299The content block supports the following arguments :
You can’t perform that action at this time.
0 commit comments