From f1a557a8761f7fb7a3954640fc2c9a416db169f7 Mon Sep 17 00:00:00 2001
From: Mark Dumay <61946753+markdumay@users.noreply.github.com>
Date: Wed, 18 Feb 2026 08:55:20 +0100
Subject: [PATCH 1/2] fix: split testimonial icon name and modifiers
---
layouts/partials/assets/testimonial-carousel.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/layouts/partials/assets/testimonial-carousel.html b/layouts/partials/assets/testimonial-carousel.html
index b36f53d..9dc512e 100644
--- a/layouts/partials/assets/testimonial-carousel.html
+++ b/layouts/partials/assets/testimonial-carousel.html
@@ -79,11 +79,11 @@
{{ end}}
From d93222e7d6b3e17de88703f15c7ac3855c6bd649 Mon Sep 17 00:00:00 2001
From: Mark Dumay <61946753+markdumay@users.noreply.github.com>
Date: Wed, 18 Feb 2026 08:56:54 +0100
Subject: [PATCH 2/2] chore: update dependencies
---
exampleSite/go.mod | 2 +-
exampleSite/go.sum | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/exampleSite/go.mod b/exampleSite/go.mod
index f461097..630b60e 100644
--- a/exampleSite/go.mod
+++ b/exampleSite/go.mod
@@ -4,5 +4,5 @@ go 1.19
require (
github.com/cloudcannon/bookshop/hugo/v3 v3.17.1 // indirect
- github.com/gethinode/mod-blocks v1.2.0 // indirect
+ github.com/gethinode/mod-blocks v1.3.0 // indirect
)
diff --git a/exampleSite/go.sum b/exampleSite/go.sum
index 4f54fbb..920d924 100644
--- a/exampleSite/go.sum
+++ b/exampleSite/go.sum
@@ -6,3 +6,5 @@ github.com/gethinode/mod-blocks v1.0.6 h1:9lKJpChCwqYP6Hz1971TPnVrZiydz4nXoGlIzO
github.com/gethinode/mod-blocks v1.0.6/go.mod h1:H3Slh4BaxmYLX61YXyO/yqMZHlCwSlvX3VekDpnWCSM=
github.com/gethinode/mod-blocks v1.2.0 h1:+UN9DjpmH53jU6T4+yjC0xShTg8FA/MRZ2XNNKxcjgw=
github.com/gethinode/mod-blocks v1.2.0/go.mod h1:H3Slh4BaxmYLX61YXyO/yqMZHlCwSlvX3VekDpnWCSM=
+github.com/gethinode/mod-blocks v1.3.0 h1:Aj0kIIOFDHU83F4r7zfO54YatHr56KxWosPomANbyMM=
+github.com/gethinode/mod-blocks v1.3.0/go.mod h1:H3Slh4BaxmYLX61YXyO/yqMZHlCwSlvX3VekDpnWCSM=