Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions content/blocks/testimonials.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ Set `carousel` to `true` to render a carousel of multiple testimonials.
color: body-tertiary
subtle: false
cols: 1
icon_style: fa-4x
icon_style: fa-4x text-secondary
carousel: true
testimonials:
- icon: fab linkedin
- icon: linkedin
content: First testimonial.
link: #!
- icon: fab google
- icon: google
content: Second testimonial.
link: #!
- icon: fab github
- icon: github
content: Third testimonial.
link: #!
```
Expand All @@ -53,14 +53,14 @@ Set `cols` to `3` to render three testimonials as columns.
color: body-tertiary
subtle: false
cols: 3
icon_style: fa-2x
icon_style: fa-2x text-secondary
carousel: false
testimonials:
- icon: fab linkedin
- icon: linkedin
content: First testimonial.
- icon: fab google
- icon: google
content: Second testimonial.
- icon: fab github
- icon: github
content: Third testimonial.
```

Expand All @@ -79,15 +79,15 @@ Set `responsive` to `false` and omit any content to render a minimal, horizontal
cols: 5
background:
color: body-tertiary
icon_style: fa-fluid text-secondary
icon_style: fa-2xl text-secondary
align: center
responsive: false
testimonials:
- icon: fab github
- icon: fab node
- icon: fab unsplash
- icon: fab font-awesome
- icon: fab sass
- icon: github
- icon: google
- icon: linkedin
- icon: facebook
- icon: pinterest
```

{{< /example-bookshop >}}
Expand Down