diff --git a/source/_includes/testimonials.html.twig b/source/_includes/testimonials.html.twig index 2daa4c9e..cfc20c15 100644 --- a/source/_includes/testimonials.html.twig +++ b/source/_includes/testimonials.html.twig @@ -1,3 +1,25 @@ +{% set defaultNames = [ + "Mike Karthauser", + "Tawny Bartlett", + "Joe Howell", + "Jon Hallett", + "Michael Itkoff", + "Mick Felton", + "Duncan Davidson", + "Adam Cuddihy", + "Huw Davies", + "Scott Euser", + "Brian Hartwell", + "Alan Hatch", + "Holly Ross", + "Josh Mitchell", + "Brian Healy", + "Chris Jarvis", + "Daniel Easterbrook", + "Anonymous", +] %} + +{% set names = names|default(defaultNames) %}

{{ title|default('Testimonials') }}