mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-10 17:44:43 -04:00
theme: aria-lbabel => aria-label
This commit is contained in:
parent
227b76ab7e
commit
02626ff921
@ -70,7 +70,7 @@
|
|||||||
{{ with $file }}
|
{{ with $file }}
|
||||||
<div
|
<div
|
||||||
class="flex-none text-sm px-2 content-center border-b-1 border-gray-300 dark:border-gray-700"
|
class="flex-none text-sm px-2 content-center border-b-1 border-gray-300 dark:border-gray-700"
|
||||||
aria-lbabel="Filename">
|
aria-label="Filename">
|
||||||
{{ . }}{{ if not $fm }}.{{ end }}
|
{{ . }}{{ if not $fm }}.{{ end }}
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user