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
|
'future' => true, # remove and make true just default
|
||||||
'unpublished' => false,
|
'unpublished' => false,
|
||||||
|
|
||||||
'relative_permalinks' => true, # backwards-compatibility with < 1.0
|
'relative_permalinks' => false,
|
||||||
# will be set to false once 2.0 hits
|
|
||||||
|
|
||||||
'markdown' => 'kramdown',
|
'markdown' => 'kramdown',
|
||||||
'highlighter' => 'pygments',
|
'highlighter' => 'pygments',
|
||||||
|
|
Loading…
Reference in New Issue