Set relative_permalinks to false to deprecate!
This commit is contained in:
parent
2aa8908948
commit
a7776f8279
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue