ARIA role update
This commit is contained in:
parent
89a7785770
commit
ea54c5f0cb
3 changed files with 5 additions and 5 deletions
|
@ -11,10 +11,10 @@
|
|||
<![endif]-->
|
||||
</head>
|
||||
<body <?php body_class(); ?>>
|
||||
<header class="header">
|
||||
<header class="header" role="banner">
|
||||
<div class="container">
|
||||
<h1><a href="<?php echo site_url(); ?>"><?php bloginfo( 'name' ); ?></a></h1>
|
||||
<nav>
|
||||
<nav role="navigation">
|
||||
<ul class="nav">
|
||||
<?php wp_list_pages( 'title_li=' ); ?>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue