frontend: Reset current theme when going to tag page
This commit is contained in:
parent
eaca60e5e0
commit
f05664e2e3
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
|||
import { set_current_theme } from '$lib/stores/themes';
|
||||
|
||||
export async function load({ params }) {
|
||||
set_current_theme.set(null);
|
||||
|
||||
return {
|
||||
tag: params.tag,
|
||||
};
|
||||
|
|
Reference in a new issue