A11y updates

This commit is contained in:
Patrick Marsceill
2019-01-06 15:49:26 -05:00
parent f264034999
commit a3ae6ad74e

View File

@@ -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 %}