2026-02-17 17:53:00 +01:00
|
|
|
{{!< default}}
|
|
|
|
|
|
2026-02-21 20:12:26 +01:00
|
|
|
<header class="container mx-auto px-4 py-16 md:py-24 text-center">
|
2026-02-20 10:15:43 +01:00
|
|
|
<h1 class="text-6xl md:text-8xl font-bold tracking-tighter text-[var(--brand-primary)] mb-4">{{@site.title}}</h1>
|
|
|
|
|
<p class="mt-4 text-xl md:text-2xl text-[var(--text-secondary)] max-w-2xl mx-auto font-serif italic italic opacity-90">{{@site.description}}</p>
|
2026-02-17 17:53:00 +01:00
|
|
|
</header>
|
|
|
|
|
|
2026-02-20 10:15:43 +01:00
|
|
|
<div class="container mx-auto px-4 pb-20">
|
2026-02-17 17:53:00 +01:00
|
|
|
{{#if posts}}
|
2026-02-22 08:13:20 +01:00
|
|
|
{{> "post-feed"}}
|
2026-02-17 17:53:00 +01:00
|
|
|
{{else}}
|
2026-02-17 18:54:09 +01:00
|
|
|
<p class="text-center text-[var(--text-secondary)] text-2xl py-20">No posts found.</p>
|
2026-02-17 17:53:00 +01:00
|
|
|
{{/if}}
|
|
|
|
|
</div>
|