From 9da83f4be2a0b5fc94859d1dbb421c9695f92bda Mon Sep 17 00:00:00 2001 From: Mark Dumay <61946753+markdumay@users.noreply.github.com> Date: Fri, 6 Mar 2026 06:10:12 +0100 Subject: [PATCH 1/3] fix: use fixed icon size for minimal testimonials example --- content/blocks/testimonials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blocks/testimonials.md b/content/blocks/testimonials.md index 94da487..6b97bae 100644 --- a/content/blocks/testimonials.md +++ b/content/blocks/testimonials.md @@ -79,7 +79,7 @@ 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: From dc5bc5e94556079f9734e94a9cae47409eb913ed Mon Sep 17 00:00:00 2001 From: Mark Dumay <61946753+markdumay@users.noreply.github.com> Date: Fri, 6 Mar 2026 06:10:57 +0100 Subject: [PATCH 2/3] style: refine coloring of testimonial icons --- content/blocks/testimonials.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blocks/testimonials.md b/content/blocks/testimonials.md index 6b97bae..66df743 100644 --- a/content/blocks/testimonials.md +++ b/content/blocks/testimonials.md @@ -23,7 +23,7 @@ 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 @@ -53,7 +53,7 @@ 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 From 065985635a653cdcc6a7cdc1a681761cfefc1b59 Mon Sep 17 00:00:00 2001 From: Mark Dumay <61946753+markdumay@users.noreply.github.com> Date: Fri, 6 Mar 2026 06:11:18 +0100 Subject: [PATCH 3/3] refactor: drop family name from icons --- content/blocks/testimonials.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/content/blocks/testimonials.md b/content/blocks/testimonials.md index 66df743..7e51748 100644 --- a/content/blocks/testimonials.md +++ b/content/blocks/testimonials.md @@ -26,13 +26,13 @@ Set `carousel` to `true` to render a carousel of multiple testimonials. 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: #! ``` @@ -56,11 +56,11 @@ Set `cols` to `3` to render three testimonials as columns. 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. ``` @@ -83,11 +83,11 @@ Set `responsive` to `false` and omit any content to render a minimal, horizontal 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 >}}