Skip to content

Commit

Permalink
Move non-li element out of ul for screen readers
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjago committed Jul 23, 2024
1 parent 1c791eb commit bbf2ece
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ <h2 class="text-xl font-extrabold">Releases</h2>
<small class="font-mono text-[#adadad]">{{ .Date.Format "2006-01-02" }} • </small><a href="{{ .RelPermalink }}" class="hover:text-gray-400 transition">{{ .Title }}</a>
</li>
{{ end }}
<small class="mt-2">
<a href="/releases/" class="hover:text-gray-400 transition">See all updates →</a>
</small>
</ul>
<small class="inline-block mt-4 text-gray-300">
<a href="/releases/" class="hover:text-gray-400 transition">See all updates →</a>
</small>
</div>
<div>
<h2 class="text-xl font-extrabold mb-4">Help</h2>
Expand Down

0 comments on commit bbf2ece

Please sign in to comment.