Fix wrong ARIA label in footer.
This commit is contained in:
parent
755cd022d7
commit
d18d25cf30
|
@ -1,6 +1,6 @@
|
||||||
<hr>
|
<hr>
|
||||||
<footer class="footer">
|
<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>
|
<ul>
|
||||||
{{- range .Site.Menus.footer }}
|
{{- range .Site.Menus.footer }}
|
||||||
<li>
|
<li>
|
||||||
|
|
Reference in New Issue
Block a user