Fix HTML syntax for aria-hidden attribute (#148)
* Add a value to the aria-hidden attribute
* Add myself to contributors list
| | |
| | | - [Artem Khvastunov](https://artspb.me) |
| | | - [Gabriel Nepomuceno] (https://blog.nepomuceno.me) |
| | | - [Salvatore Giordano] (https://salvatore-giordano.github.io) |
| | | - [Jeffrey Carpenter](https://uvolabs.me) |
| | | - [Jeffrey Carpenter](https://uvolabs.me) |
| | | - [Paul Lettington](https://github.com/plett) |
| | |
| | | {{ if .icon }} |
| | | <li> |
| | | <a href="{{ .url }}" aria-label="{{ .name }}"> |
| | | <i class="{{ .icon }}" aria-hidden></i> |
| | | <i class="{{ .icon }}" aria-hidden="true"></i> |
| | | </a> |
| | | </li> |
| | | {{ else }} |