From 2dc3a4f8e1f1590cd3b5c25613bc132284aa9430 Mon Sep 17 00:00:00 2001 From: Urko Date: Wed, 14 Jun 2023 00:13:22 +0200 Subject: [PATCH] feat: rollback testimonials do not display date --- layouts/partials/sections/testimonial.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 }}