mirror of https://github.com/luizdepra/hugo-coder.git

Paul Lettington
07.45.2019 1d333308a3ebcc0b835f1b83106fad813565a8b5
Fix HTML syntax for aria-hidden attribute (#148)

* Add a value to the aria-hidden attribute

* Add myself to contributors list
2 files modified
3 ■■■■ changed files
CONTRIBUTORS.md 1 ●●●● patch | view | raw | blame | history
layouts/partials/home.html 2 ●●● patch | view | raw | blame | history
CONTRIBUTORS.md
@@ -31,3 +31,4 @@
- [Gabriel Nepomuceno] (https://blog.nepomuceno.me)
- [Salvatore Giordano] (https://salvatore-giordano.github.io)
- [Jeffrey Carpenter](https://uvolabs.me)
- [Paul Lettington](https://github.com/plett)
layouts/partials/home.html
@@ -11,7 +11,7 @@
        {{ 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 }}