Test strict front matter (#1236)

This commit is contained in:
Ohad Schneider 2017-09-11 19:10:09 +03:00 committed by Michael Rose
parent b5e1eeb007
commit 611cecc51a

View file

@ -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