mirror of
https://github.com/thiloho/aurora.git
synced 2025-11-22 03:21:35 +01:00
Format
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
const { title, description, publicationDate, headings } = Astro.props;
|
||||
const { id, title, description, publicationDate, headings } = Astro.props;
|
||||
|
||||
import PageLayout from "./PageLayout.astro";
|
||||
import TableOfContents from "../components/TableOfContents.svelte";
|
||||
@@ -15,7 +15,10 @@ import PublicationDate from "../components/PublicationDate.astro";
|
||||
<PublicationDate {publicationDate} />
|
||||
</strong>
|
||||
</p>
|
||||
<a href="#">Edit this page</a>
|
||||
<a
|
||||
href={`https://github.com/thiloho/aurora/edit/main/src/content/blog/${id}`}
|
||||
>Edit this page</a
|
||||
>
|
||||
</Fragment>
|
||||
<slot />
|
||||
</PageLayout>
|
||||
|
||||
Reference in New Issue
Block a user