From 1d333308a3ebcc0b835f1b83106fad813565a8b5 Mon Sep 17 00:00:00 2001
From: Paul Lettington <paul-github@plett.co.uk>
Date: Thu, 07 Mar 2019 13:45:09 +0000
Subject: [PATCH] Fix HTML syntax for aria-hidden attribute (#148)
---
layouts/partials/home.html | 2 +-
CONTRIBUTORS.md | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 733a644..ebe104f 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -30,4 +30,5 @@
- [Artem Khvastunov](https://artspb.me)
- [Gabriel Nepomuceno] (https://blog.nepomuceno.me)
- [Salvatore Giordano] (https://salvatore-giordano.github.io)
-- [Jeffrey Carpenter](https://uvolabs.me)
\ No newline at end of file
+- [Jeffrey Carpenter](https://uvolabs.me)
+- [Paul Lettington](https://github.com/plett)
diff --git a/layouts/partials/home.html b/layouts/partials/home.html
index a9793e7..5e46d53 100644
--- a/layouts/partials/home.html
+++ b/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 }}
--
Gitblit v1.10.0