Add the Project and Blog index pages (no pagination just yet)
This commit is contained in:
@@ -31,6 +31,8 @@ if (page === null || page.page === null || !page.page.exists) {
|
||||
statusText: "Not Found"
|
||||
});
|
||||
}
|
||||
|
||||
console.log(page);
|
||||
---
|
||||
|
||||
{ page.page.type === "Webpage" && page.page.exists && (
|
||||
@@ -110,7 +112,7 @@ if (page === null || page.page === null || !page.page.exists) {
|
||||
}
|
||||
}}}>
|
||||
<Fragment slot="content">
|
||||
<ProjectIndex page={page.page as ProjectIndex} />
|
||||
<ProjectIndex page={page.page} />
|
||||
</Fragment>
|
||||
</WebpageLayout>
|
||||
) }
|
||||
|
||||
Reference in New Issue
Block a user