feat: add peaks of the balkan page
Some checks failed
Deploy to SFTP Server / build (push) Failing after 8m22s
Some checks failed
Deploy to SFTP Server / build (push) Failing after 8m22s
This commit is contained in:
@@ -16,7 +16,7 @@ const featuredPosts = posts.slice(0, 3);
|
||||
const otherPosts = posts.slice(3);
|
||||
---
|
||||
|
||||
<Layout title="Dude">
|
||||
<Layout title="Max Richter | Posts">
|
||||
{featuredPosts.map((post) => <HeroCard post={post} />)}
|
||||
|
||||
<div class="grid grid-cols-2 gap-4 mt-4">
|
||||
|
@@ -10,6 +10,6 @@ const pages = await getCollection("photos");
|
||||
const posts = filterCollection(pages, locale);
|
||||
---
|
||||
|
||||
<Layout title="Dude">
|
||||
<Layout title="Max Richter | Photos">
|
||||
{posts.map((post) => <HeroCard post={post} />)}
|
||||
</Layout>
|
||||
|
@@ -12,6 +12,6 @@ const posts = filterCollection(pages, locale)
|
||||
.sort((a) => (a.data.featured ? -1 : 1));
|
||||
---
|
||||
|
||||
<Layout title="Dude">
|
||||
<Layout title="Max Richter">
|
||||
{posts.map((post) => <HeroCard post={post} />)}
|
||||
</Layout>
|
||||
|
Reference in New Issue
Block a user