mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 19:01:35 +01:00
Add theme toggle for templates
This commit is contained in:
@@ -21,7 +21,7 @@ export const load: PageServerLoad = async ({ params, fetch, url, parent, locals
|
||||
const parameters = new URLSearchParams();
|
||||
|
||||
if (searchQuery) {
|
||||
parameters.append("title_description_search", `wfts(english).${searchQuery}`);
|
||||
parameters.append("title", `wfts.${searchQuery}`);
|
||||
}
|
||||
|
||||
switch (filterBy) {
|
||||
|
||||
Reference in New Issue
Block a user