Skip to content

Commit

Permalink
fix: remove testimonial section
Browse files Browse the repository at this point in the history
  • Loading branch information
liondy committed May 13, 2024
1 parent 0f9e068 commit c318b88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions layouts/partials/testimonialSection.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
</div>
<div class="row">
<div class="col-lg-12">
<div class="testimonial__slider">
<!-- {{ $urlPre := "https://opinion-michael-friska.liondy.com" }} -->
<!-- <div class="testimonial__slider">
{{ $urlPre := "https://opinion-michael-friska.liondy.com" }}
{{ range $testi := getJSON "https://opinion-michael-friska.liondy.com/api" }}
<div class="testimonial__slider_item">
{{ if .star }}
Expand All @@ -38,7 +38,7 @@
<p class="testimonial__slider_item-author"><span>{{ .name }}</span> | {{ .time }}</p>
</div>
{{ end }}
</div>
</div> -->
</div>
</div>
<div class="row mt-3">
Expand Down

0 comments on commit c318b88

Please sign in to comment.