mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Add theme toggle for templates
This commit is contained in:
@@ -14,7 +14,7 @@ export const load: PageServerLoad = async ({ fetch, url, locals }) => {
|
||||
const baseFetchUrl = `${API_BASE_PREFIX}/website?order=last_modified_at.desc,created_at.desc`;
|
||||
|
||||
if (searchQuery) {
|
||||
params.append("title_search", `wfts(english).${searchQuery}`);
|
||||
params.append("title", `wfts.${searchQuery}`);
|
||||
}
|
||||
|
||||
switch (filterBy) {
|
||||
|
||||
Reference in New Issue
Block a user