1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-19 11:21:30 +02:00

feat(core): update site entries #212 #186

1. Move from html to FRONTMATTER (md)
This commit is contained in:
Awilum
2019-08-22 08:16:06 +03:00
parent aba4d4c04e
commit 5f14bf0fb4

View File

@@ -26,7 +26,7 @@ class Parser
public static $parsers = [
'frontmatter' => [
'name' => 'frontmatter',
'ext' => 'html',
'ext' => 'md',
],
'json' => [
'name' => 'json',