1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-06 17:41:00 +00:00

add categories

This commit is contained in:
Thiago Perrotta 2024-12-28 22:19:12 +01:00 committed by GitHub
parent 7d9c62ff03
commit 7b3faaf455
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -109,7 +109,7 @@
</a> </a>
</li> </li>
<li {{ if eq .menu "categories" }}class="active"{{ end }} title="{{ t "tooltip.keyboard_shortcuts" "g c" }}"> <li {{ if eq .menu "categories" }}class="active"{{ end }} title="{{ t "tooltip.keyboard_shortcuts" "g c" }}">
<a href="{{ route "categories" }}" data-page="categories">{{ t "menu.categories" }}</a> <a href="{{ route "categories" }}" data-page="categories">🗂️ {{ t "menu.categories" }}</a>
</li> </li>
<li {{ if eq .menu "search" }}class="active"{{ end }} title="{{ t "tooltip.keyboard_shortcuts" "/" }}"> <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>