From 5f14bf0fb4b1efce4a6bf82020ba7ecb8cbf6aab Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 22 Aug 2019 08:16:06 +0300 Subject: [PATCH] feat(core): update site entries #212 #186 1. Move from html to FRONTMATTER (md) --- flextype/parsers/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flextype/parsers/Parser.php b/flextype/parsers/Parser.php index 95e65117..fec18d71 100644 --- a/flextype/parsers/Parser.php +++ b/flextype/parsers/Parser.php @@ -26,7 +26,7 @@ class Parser public static $parsers = [ 'frontmatter' => [ 'name' => 'frontmatter', - 'ext' => 'html', + 'ext' => 'md', ], 'json' => [ 'name' => 'json',