From ec44cca12458551f330637d56ca541a4432a1da2 Mon Sep 17 00:00:00 2001 From: HerrHase Date: Wed, 11 Jan 2023 11:09:57 +0100 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +```