From 36360ae67567a880e5f4a06c01db68f7fd72847d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 22 Mar 2024 15:30:47 +0000 Subject: [PATCH] Fix image ring colour --- source/_includes/about-me.html.twig | 2 +- source/_includes/testimonials.html.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_includes/about-me.html.twig b/source/_includes/about-me.html.twig index 641486751..9af1501b9 100644 --- a/source/_includes/about-me.html.twig +++ b/source/_includes/about-me.html.twig @@ -6,7 +6,7 @@
- Picture of Oliver + Picture of Oliver
diff --git a/source/_includes/testimonials.html.twig b/source/_includes/testimonials.html.twig index f8c638ed7..febd5f207 100644 --- a/source/_includes/testimonials.html.twig +++ b/source/_includes/testimonials.html.twig @@ -38,7 +38,7 @@ {% if testimonial.image %} - Photo of {{ testimonial.name }} + Photo of {{ testimonial.name }} {% endif %}