fix testimonial

This commit is contained in:
Urko 2023-06-13 23:50:45 +02:00
parent 510e27bca2
commit b5fb266d47
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
{{ if .Site.Params.experience.enable | default false }}
{{ if .Site.Params.testimonial.enable | default false }}
<section id="experience" class="py-5">
<div class="container">
<h3 class="text-center">{{ .Site.Params.experience.title | default "Client Testimonials" }}</h3>
<h3 class="text-center">{{ .Site.Params.testimonial.title | default "Client Testimonials" }}</h3>
<div class="row justify-content-center">
<div class="col-sm-12 col-md-8 col-lg-8 py-5">
<div class="experience-container px-3 pt-2">
<ul class="nav nav-pills mb-3 bg-transparent primary-font" id="pills-tab" role="tablist">
{{ range $index, $element := .Site.Params.experience.items }}
{{ range $index, $element := .Site.Params.testimonial.items }}
{{ if (eq $index 0) }}
<li class="nav-item px-1 bg-transparent" role="presentation">
<div
@ -39,7 +39,7 @@
{{ end }}
</ul>
<div class="tab-content pb-5 pt-2 bg-transparent primary-font" id="pills-tabContent">
{{ range $index, $element := .Site.Params.experience.items }}
{{ range $index, $element := .Site.Params.testimonial.items }}
{{ if (eq $index 0) }}
<div
class="tab-pane fade show active bg-transparent"