Fix wrong ARIA label in footer.
This commit is contained in:
parent
755cd022d7
commit
d18d25cf30
|
@ -1,6 +1,6 @@
|
|||
<hr>
|
||||
<footer class="footer">
|
||||
<nav class="nav nav-bottom"{{- with .Site.Params.aria.menu_top }} aria-label="{{ . }}"{{- end }}>
|
||||
<nav class="nav nav-bottom"{{- with .Site.Params.aria.menu_bottom }} aria-label="{{ . }}"{{- end }}>
|
||||
<ul>
|
||||
{{- range .Site.Menus.footer }}
|
||||
<li>
|
||||
|
|
Reference in New Issue
Block a user