summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/src/pages/core-concepts/layouts.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/core-concepts/layouts.md b/docs/src/pages/core-concepts/layouts.md
index cabd69be3..ca97f3b83 100644
--- a/docs/src/pages/core-concepts/layouts.md
+++ b/docs/src/pages/core-concepts/layouts.md
@@ -130,7 +130,7 @@ This blog post will be **rendered** inside of the `<PostLayout />` layout.
Markdown pages always pass a `content` prop to their layout, which is useful to grab information about the page, title, metadata, table of contents headers, and more.
-```
+```astro
---
// src/layouts/PostLayout.astro
const { content } = Astro.props;