Set the error mode to :strict

This commit is contained in:
Parker Moore
2014-10-29 15:04:35 -07:00
parent 5bf1596414
commit 70a331d854
2 changed files with 2 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ require 'kramdown'
require 'colorator'
SafeYAML::OPTIONS[:suppress_warnings] = true
Liquid::Template.error_mode = :strict
module Jekyll