Skip to content

Commit

Permalink
Fix several usability issues
Browse files Browse the repository at this point in the history
  • Loading branch information
martignoni committed Jan 2, 2024
1 parent 8606ffa commit d1417f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layouts/partials/carousel.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h1>{{ .title }}</h1>
<ol>
{{ range $index, $slide := (sort . "weight") }}
<li>
<a href="#home-slide{{ add $index 1 }}"></a>
<a href="#home-slide{{ add $index 1 }}" aria-label="hidden"></a>
</li>
{{ end }}
</ol>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/testimonials.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h2>{{ .name }}</h2>
<ol>
{{ range $index, $slide := . }}
<li>
<a href="#testimonial-slide{{ $index }}"></a>
<a href="#testimonial-slide{{ $index }}" aria-label="hidden"></a>
</li>
{{ end }}
</ol>
Expand Down

0 comments on commit d1417f0

Please sign in to comment.