mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-13 14:32:25 +00:00
Correct ARIA labels, relates to #42
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<nav class="navbar is-spaced" role="navigation" aria-label="main navigation">
|
||||
<nav class="navbar is-spaced" role="navigation">
|
||||
<div class="container">
|
||||
|
||||
<div class="navbar-brand">
|
||||
@@ -6,7 +6,7 @@
|
||||
<img class="site-logo" src="{{ absURL "images/rose_logo.svg" }}" alt="The logo of Leigh Hackspace" width="70">
|
||||
<span class="site-logo-text">Leigh<br/>Hackspace</span>
|
||||
</a>
|
||||
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbar">
|
||||
<a role="button" class="navbar-burger" aria-label="open menu" aria-expanded="false" data-target="navbar">
|
||||
<span aria-hidden="true"></span>
|
||||
<span aria-hidden="true"></span>
|
||||
<span aria-hidden="true"></span>
|
||||
|
||||
Reference in New Issue
Block a user