fix testimonial
This commit is contained in:
parent
510e27bca2
commit
b5fb266d47
|
@ -1,12 +1,12 @@
|
||||||
{{ if .Site.Params.experience.enable | default false }}
|
{{ if .Site.Params.testimonial.enable | default false }}
|
||||||
<section id="experience" class="py-5">
|
<section id="experience" class="py-5">
|
||||||
<div class="container">
|
<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="row justify-content-center">
|
||||||
<div class="col-sm-12 col-md-8 col-lg-8 py-5">
|
<div class="col-sm-12 col-md-8 col-lg-8 py-5">
|
||||||
<div class="experience-container px-3 pt-2">
|
<div class="experience-container px-3 pt-2">
|
||||||
<ul class="nav nav-pills mb-3 bg-transparent primary-font" id="pills-tab" role="tablist">
|
<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) }}
|
{{ if (eq $index 0) }}
|
||||||
<li class="nav-item px-1 bg-transparent" role="presentation">
|
<li class="nav-item px-1 bg-transparent" role="presentation">
|
||||||
<div
|
<div
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</ul>
|
</ul>
|
||||||
<div class="tab-content pb-5 pt-2 bg-transparent primary-font" id="pills-tabContent">
|
<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) }}
|
{{ if (eq $index 0) }}
|
||||||
<div
|
<div
|
||||||
class="tab-pane fade show active bg-transparent"
|
class="tab-pane fade show active bg-transparent"
|
||||||
|
|
Loading…
Reference in New Issue