From b5fb266d4728df42402c692cc6dd5e1995cb7211 Mon Sep 17 00:00:00 2001 From: Urko Date: Tue, 13 Jun 2023 23:50:45 +0200 Subject: [PATCH] fix testimonial --- layouts/partials/sections/testimonial.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/partials/sections/testimonial.html b/layouts/partials/sections/testimonial.html index 9e3565d..90d275d 100644 --- a/layouts/partials/sections/testimonial.html +++ b/layouts/partials/sections/testimonial.html @@ -1,12 +1,12 @@ -{{ if .Site.Params.experience.enable | default false }} +{{ if .Site.Params.testimonial.enable | default false }}
-

{{ .Site.Params.experience.title | default "Client Testimonials" }}

+

{{ .Site.Params.testimonial.title | default "Client Testimonials" }}