Don't use duplicate labels
This commit is contained in:
@ -4,9 +4,6 @@
|
|||||||
<details>
|
<details>
|
||||||
<summary title="{{ macros_translate::translate(key='language', default='Language', language_strings=language_strings) }}">
|
<summary title="{{ macros_translate::translate(key='language', default='Language', language_strings=language_strings) }}">
|
||||||
<i class="icon"></i>
|
<i class="icon"></i>
|
||||||
<span class="hidden">
|
|
||||||
{{- macros_translate::translate(key="language", default="Language", language_strings=language_strings) -}}
|
|
||||||
</span>
|
|
||||||
</summary>
|
</summary>
|
||||||
<ul>
|
<ul>
|
||||||
{%- for lcode, ldetails in config.languages -%}
|
{%- for lcode, ldetails in config.languages -%}
|
||||||
|
@ -39,9 +39,6 @@
|
|||||||
<li id="search">
|
<li id="search">
|
||||||
<button onclick="toggleSearch()" title="{{ macros_translate::translate(key='search', default='Search', language_strings=language_strings) }}">
|
<button onclick="toggleSearch()" title="{{ macros_translate::translate(key='search', default='Search', language_strings=language_strings) }}">
|
||||||
<i class="icon"></i>
|
<i class="icon"></i>
|
||||||
<span class="hidden">
|
|
||||||
{{- macros_translate::translate(key="search", default="Search", language_strings=language_strings) -}}
|
|
||||||
</span>
|
|
||||||
</button>
|
</button>
|
||||||
</li>
|
</li>
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
@ -52,9 +49,6 @@
|
|||||||
<li id="feed">
|
<li id="feed">
|
||||||
<a href="{{ get_url(path=config.feed_filenames[0]) }}" title="{{ macros_translate::translate(key='feed', default='Feed', language_strings=language_strings) }}">
|
<a href="{{ get_url(path=config.feed_filenames[0]) }}" title="{{ macros_translate::translate(key='feed', default='Feed', language_strings=language_strings) }}">
|
||||||
<i class="icon"></i>
|
<i class="icon"></i>
|
||||||
<span class="hidden">
|
|
||||||
{{- macros_translate::translate(key="feed", default="Feed", language_strings=language_strings) -}}
|
|
||||||
</span>
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
Reference in New Issue
Block a user