Test strict front matter (#1236)
This commit is contained in:
parent
b5e1eeb007
commit
611cecc51a
1 changed files with 2 additions and 2 deletions
|
@ -144,10 +144,10 @@ encoding: "utf-8"
|
||||||
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
|
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
|
||||||
|
|
||||||
# Liquid
|
# Liquid
|
||||||
|
strict_front_matter: true
|
||||||
liquid:
|
liquid:
|
||||||
error_mode: strict
|
error_mode: strict
|
||||||
|
|
||||||
|
|
||||||
# Conversion
|
# Conversion
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
highlighter: rouge
|
highlighter: rouge
|
||||||
|
@ -290,4 +290,4 @@ defaults:
|
||||||
values:
|
values:
|
||||||
layout: single
|
layout: single
|
||||||
author_profile: false
|
author_profile: false
|
||||||
share: true
|
share: true
|
||||||
|
|
Loading…
Reference in a new issue