fix: harmonize main page with rest of site

This commit is contained in:
2026-02-20 19:47:07 +01:00
parent 3bbc5281e8
commit 23facaa36d
4 changed files with 10 additions and 4 deletions

View File

@@ -574,7 +574,7 @@ export class BlogGenerationEngine {
if (pagePosts.length === 0) break;
const html = await pageRenderer.renderPostList(pagePosts, rewriteContext, {
archiveGrouping: false,
archiveGrouping: true,
routeKind: 'date',
archiveContext: { kind: 'root' },
basePathname: '/',