feat: improve navigation behaviour for settings
This commit is contained in:
@@ -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 != ""}}
|
||||||
|
|||||||
Reference in New Issue
Block a user