Set relative_permalinks to false to deprecate!

This commit is contained in:
Parker Moore 2014-05-06 13:04:12 -04:00
parent 2aa8908948
commit a7776f8279
1 changed files with 1 additions and 2 deletions

View File

@ -27,8 +27,7 @@ module Jekyll
'future' => true, # remove and make true just default
'unpublished' => false,
'relative_permalinks' => true, # backwards-compatibility with < 1.0
# will be set to false once 2.0 hits
'relative_permalinks' => false,
'markdown' => 'kramdown',
'highlighter' => 'pygments',