mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
Write alea-label on icon link #24
This commit is contained in:
parent
56d93bd18e
commit
9f516c99ce
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
<nav>
|
||||
<ul>
|
||||
{{ range .Site.Menus.main }}
|
||||
<li><a href="{{ .URL }}">{{ .Pre }}</a></li>
|
||||
<li><a href="{{ .URL }}" aria-label="{{ .Name }}">{{ .Pre }}</a></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</nav>
|
||||
|
|
Loading…
Reference in a new issue