mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Fix HTML syntax for aria-hidden attribute (#148)
* Add a value to the aria-hidden attribute * Add myself to contributors list
This commit is contained in:
committed by
Luiz F. A. de Prá
parent
a642817803
commit
1d333308a3
@@ -30,4 +30,5 @@
|
|||||||
- [Artem Khvastunov](https://artspb.me)
|
- [Artem Khvastunov](https://artspb.me)
|
||||||
- [Gabriel Nepomuceno] (https://blog.nepomuceno.me)
|
- [Gabriel Nepomuceno] (https://blog.nepomuceno.me)
|
||||||
- [Salvatore Giordano] (https://salvatore-giordano.github.io)
|
- [Salvatore Giordano] (https://salvatore-giordano.github.io)
|
||||||
- [Jeffrey Carpenter](https://uvolabs.me)
|
- [Jeffrey Carpenter](https://uvolabs.me)
|
||||||
|
- [Paul Lettington](https://github.com/plett)
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
{{ if .icon }}
|
{{ if .icon }}
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ .url }}" aria-label="{{ .name }}">
|
<a href="{{ .url }}" aria-label="{{ .name }}">
|
||||||
<i class="{{ .icon }}" aria-hidden></i>
|
<i class="{{ .icon }}" aria-hidden="true"></i>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{{ else }}
|
{{ else }}
|
||||||
|
|||||||
Reference in New Issue
Block a user