feat: improve navigation behaviour for settings

This commit is contained in:
frosty 2026-03-31 05:29:13 +03:00
parent 0ea4bc726c
commit 71d3d0dcb0

View file

@ -28,7 +28,9 @@
</form> </form>
{{endif}} {{endif}}
{{if query != ""}} {{if query != ""}}
<a href="/settings?q={{query}}" class="nav-settings-icon active" title="Settings"></a> <a href="/search?q={{query}}" class="nav-settings-icon active" title="Settings"></a>
{{else}}
<a href="/" class="nav-settings-icon active" title="Settings"></a>
{{endif}} {{endif}}
</header> </header>
{{if query != ""}} {{if query != ""}}