We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02cfccd commit d08d1c2Copy full SHA for d08d1c2
src/content/docs/de/basics/layouts.mdx
@@ -195,7 +195,7 @@ Ein Markdown-Layout hat Zugriff auf alle [verfügbaren Eigenschaften](/de/guides
195
196
* Die Überschrifteninformationen (d.h. die Elemente `h1 -> h6`) sind über das Array `headings` verfügbar und nicht über die Funktion `getHeadings()`.
197
198
-* `file` and `url` are *also* available as nested `frontmatter` properties (i.e. `frontmatter.url` and `frontmatter.file`).
+* `file` und `url` sind *ebenfalls* verfügbar als verschachtelte `frontmatter` Eigenschaften (z. B. `frontmatter.url` und `frontmatter.file`).
199
200
:::
201
0 commit comments