diff --git a/layouts/partials/sections/testimonial.html b/layouts/partials/sections/testimonial.html index 1f787c3..b4024b0 100644 --- a/layouts/partials/sections/testimonial.html +++ b/layouts/partials/sections/testimonial.html @@ -14,9 +14,9 @@ aria-selected="true" role="tab" data-bs-toggle="pill" - id='{{ replace .company " " "-" }}-tab' - data-bs-target='#pills-{{ replace .company " " "-" }}' - aria-controls='{{ replace .company " " "-" }}' + id='{{ replace .company " " "-" }}-{{ replace .date " " "-" }}-tab' + data-bs-target='#pills-{{ replace .company " " "-" }}-{{ replace .date " " "-" }}' + aria-controls='{{ replace .company " " "-" }}-{{ replace .date " " "-" }}' > {{ .company }} @@ -28,9 +28,9 @@ aria-selected="true" role="tab" data-bs-toggle="pill" - id='{{ replace .company " " "-" }}-tab' - data-bs-target='#pills-{{ replace .company " " "-" }}' - aria-controls='{{ replace .company " " "-" }}' + id='{{ replace .company " " "-" }}-{{ replace .date " " "-" }}-tab' + data-bs-target='#pills-{{ replace .company " " "-" }}-{{ replace .date " " "-" }}' + aria-controls='{{ replace .company " " "-" }}-{{ replace .date " " "-" }}' > {{ .company }} @@ -82,8 +82,8 @@
{{ .job }}