mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
Update layout.html
add magnifying glass
This commit is contained in:
parent
b82c36449e
commit
819a2afa06
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@
|
|||
<a href="{{ route "categories" }}" data-page="categories">{{ t "menu.categories" }}</a>
|
||||
</li>
|
||||
<li {{ if eq .menu "search" }}class="active"{{ end }} title="{{ t "tooltip.keyboard_shortcuts" "/" }}">
|
||||
<a href="{{ route "search" }}" data-page="search">{{ t "menu.search" }}</a>
|
||||
<a href="{{ route "search" }}" data-page="search">🔎 {{ t "menu.search" }}</a>
|
||||
</li>
|
||||
<li {{ if eq .menu "settings" }}class="active"{{ end }} title="{{ t "tooltip.keyboard_shortcuts" "g s" }}">
|
||||
<a href="{{ route "settings" }}" data-page="settings">{{ t "menu.settings" }}</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue