Skip to content

Commit

Permalink
assort
Browse files Browse the repository at this point in the history
  • Loading branch information
Sup2point0 committed Sep 20, 2024
1 parent af8dd95 commit 41a5eeb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .site/src/routes/(article)/(static)/contents/+page.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export async function load() {
return {
title: "Contents",
capt: "Special Page",
capt: "Explore",
desc: "Index of all the pages in Assort",
index: [],
};
Expand Down
2 changes: 1 addition & 1 deletion .site/src/routes/(article)/(static)/featured/+page.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export function load() {
return {
title: "Featured",
capt: "Special Page",
capt: "Explore",
desc: "My favourite content which I’d love for you to check out!",
index: ["special"],
}
Expand Down
8 changes: 8 additions & 0 deletions .site/src/routes/(article)/(static)/search/+page.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export function load() {
return {
title: "Search",
capt: "Explore",
desc: "", // TODO
index: ["special"],
}
}
2 changes: 1 addition & 1 deletion .stranger-quarkdown

0 comments on commit 41a5eeb

Please sign in to comment.