|
@@ -149,7 +149,7 @@
|
|
|
{{ $show_day_night := site.Params.main_menu.show_day_night | default true }}
|
|
|
{{ if and site.Params.day_night $show_day_night }}
|
|
|
<li class="nav-item dropdown theme-dropdown">
|
|
|
- <a href="#" class="nav-link" data-toggle="dropdown" aria-haspopup="true">
|
|
|
+ <a href="#" class="nav-link" data-toggle="dropdown" aria-haspopup="true" aria-label="{{ i18n "theme_selector" | default "Display preferences" }}">
|
|
|
<i class="fas fa-moon" aria-hidden="true"></i>
|
|
|
</a>
|
|
|
<div class="dropdown-menu">
|