mirror of
https://github.com/thiloho/aurora.git
synced 2025-11-22 11:31:36 +01:00
Format
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user