From ed5646d45733e5223edced1c1101e9fb245e944a Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 15 Jan 2024 20:34:58 +0000 Subject: [PATCH] Split testimonials into separate blocks --- source/_pages/subscription.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/source/_pages/subscription.md b/source/_pages/subscription.md index 21747f21b..314883fa2 100644 --- a/source/_pages/subscription.md +++ b/source/_pages/subscription.md @@ -172,6 +172,14 @@ And we'll figure out what's best for you. --- +{% include 'testimonials' with { + limit: 5, + tag: 'subscription', + title: 'Kind words from clients', +} %} + +--- + ## Frequently asked questions {% for faq in page.faqs %} @@ -182,7 +190,11 @@ And we'll figure out what's best for you. --- -{% include 'testimonials' with { tag: 'subscription' } %} +{% include 'testimonials' with { + tag: 'subscription', + offset: 5, + title: 'More kind words from clients and colleagues', +} %} {% endblock %}