feat: improve navigation behaviour for settings
This commit is contained in:
parent
0ea4bc726c
commit
71d3d0dcb0
1 changed files with 3 additions and 1 deletions
|
|
@ -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 != ""}}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue