From a3ae6ad74eac4910838a232b9f0a8ff4009ace95 Mon Sep 17 00:00:00 2001
From: Patrick Marsceill <patrick.marsceill@gmail.com>
Date: Sun, 6 Jan 2019 15:49:26 -0500
Subject: [PATCH] A11y updates

---
 _includes/nav.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_includes/nav.html b/_includes/nav.html
index 4ebd91f3..2c4bf1ea 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -1,4 +1,4 @@
-<nav>
+<nav role="navigation" aria-label="Main navigation">
   <ul class="navigation-list">
     {% assign pages_list = site.html_pages | sort:"nav_order" %}
     {% for node in pages_list %}
-- 
GitLab