Add Mattieu Scarset to the Home page

This commit is contained in:
Oliver Davies 2024-01-14 15:21:06 +00:00
parent f412ac7978
commit f58dea6bc6
2 changed files with 8 additions and 1 deletions

View file

@ -1,4 +1,5 @@
{% set defaultNames = [
"Matthieu Scarset",
"Mike Karthauser",
"Tawny Bartlett",
"Joe Howell",
@ -19,7 +20,11 @@
"Anonymous",
] %}
{% set names = names|default(defaultNames) %}
{% if not merge %}
{% set names = names|default(defaultNames) %}
{% else %}
{% set names = names|merge(defaultNames) %}
{% endif %}
<section>
<h2 class="text-xl font-bold">{{ title|default('Testimonials') }}</h2>

View file

@ -33,6 +33,8 @@ Here are all of my [products and services][pricing]. If you still can't find wha
{% block content_bottom %}
{% include 'testimonials.html.twig' with {
title: 'Kind words from clients, subscribers, and past colleagues',
merge: true,
names: ["Matthieu Scarset"],
} %}
{% include 'daily-email-form.html.twig' with {