This commit is contained in:
thiloho
2023-05-18 22:17:46 +02:00
parent 40411fd328
commit a1c12866ae
14 changed files with 109 additions and 87 deletions

View File

@@ -14,6 +14,6 @@ const { entry } = Astro.props;
const { Content, headings } = await entry.render();
---
<ArticleLayout {...entry.data} {headings}>
<ArticleLayout id={entry.id} {...entry.data} {headings}>
<Content />
</ArticleLayout>