Skip to content

Commit

Permalink
fixed broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
misterabdullahAziz committed Aug 12, 2024
1 parent 3101db1 commit 50aad7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h3 class="mt-0">{{ .Name }}</h3>
<h3 class="mt-0">{{ .Name }}</h3>
</div>
<div class="col mt-2 pt-1 text-end see-all-link-text">
<a href="{{ .Page.RelPermalink }}all">See all datasets <i class="bi bi-arrow-right-square-fill"></i></a>
<a href="{{ .Page.RelPermalink }}">See all datasets <i class="bi bi-arrow-right-square-fill"></i></a>
</div>
</div>
{{ end }}
Expand Down

0 comments on commit 50aad7f

Please sign in to comment.