File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- < footer >
1
+ < footer role =" contentinfo " >
2
2
< small > © {{ 'now' | date: "%Y" }} {{ site.title }}</ small >
3
3
</ footer >
Original file line number Diff line number Diff line change 1
- < header class ="site-header ">
1
+ < header class ="site-header " role =" banner " >
2
2
< h1 class ="site-title "> < a class ="logo-text " href ="/ "> BPDev</ a > </ h1 >
3
3
< nav class ="site-navigation ">
4
4
< div class ="site-navigation-wrap ">
5
- < ul class ="menu ">
5
+ < ul class ="menu " role =" menu " >
6
6
{% for item in site.navigation %} {% assign current = nil %} {% if
7
7
page.url == item.url %} {% assign current = 'nav-current' %} {% endif %}
8
- < li class ="menu-item {{ current }} ">
8
+ < li class ="menu-item {{ current }} " role =" menuitem " >
9
9
< a class ="{{ current }} " href ="{{ item.url }} "
10
10
> < i class ="{{ item.fa }} "> </ i > {{ item.text }}</ a
11
11
>
Original file line number Diff line number Diff line change 38
38
39
39
< body >
40
40
{% include header.html %}
41
- < main > {{ content }}</ main >
41
+ < main role =" main " > {{ content }}</ main >
42
42
{% include footer.html %}
43
43
< script src ="{{ '/assets/js/bpd.js' }} "> </ script >
44
44
</ body >
You can’t perform that action at this time.
0 commit comments