diff --git a/README.md b/README.md index 963eb78..da98c6f 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,8 @@ media: The yaml-Section will be parsed as an Object and available in the Templates. The second part of the File will be parsed as Markdown, but it could be also empty. +Default type for Pages is **html**. + ## Nesting A Page can be a single Markdown-File, or a Directory with a index-File inside. @@ -217,4 +219,4 @@ Add options: ``` {% page.teaser.src | resize({ 'width': '300' }, { sigma: 2 }) %} -``` \ No newline at end of file +```