Skip to content

Commit

Permalink
Fix embeddable pages with the new layout metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed Sep 13, 2023
1 parent 195bd15 commit d1b1657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/embed.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ const response = await fetch(content.destination);
const html = marked.parse(await response.text());
---

<Layout>
<Layout content={content}>
<div set:html={html} />
</Layout>
</Layout>

0 comments on commit d1b1657

Please sign in to comment.