Skip to content

Commit

Permalink
Merge branch 'feat/layout-frontmatter' of github.com:withastro/astro …
Browse files Browse the repository at this point in the history
…into feat/layout-frontmatter
  • Loading branch information
bholmesdev committed Jul 29, 2022
2 parents f1b6d88 + d44e4a6 commit cbc3498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/mdx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const { content } = Astro.props;

#### Importing layouts manually

You may need to pass information to your layouts that does not (or cannot) exist in your frontmatter. In this case, you can import and use a [`<Layout />` component](/en/core-concepts/layouts/) like any other component:
You may need to pass information to your layouts that does not (or cannot) exist in your frontmatter. In this case, you can import and use a [`<Layout />` component](https://docs.astro.build/en/core-concepts/layouts/) like any other component:

```mdx
---
Expand Down

0 comments on commit cbc3498

Please sign in to comment.