mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
Merge pull request #33 from koirand/alt
Write alea-label on icon link Close #24
This commit is contained in:
commit
70e6d15d29
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