Fix wrong ARIA label in footer.

This commit is contained in:
tastytea 2021-03-22 18:27:42 +01:00
parent 755cd022d7
commit d18d25cf30
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07

View File

@ -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>