Say 'since 2.0'
This commit is contained in:
parent
eac3ac095f
commit
be23e18555
|
@ -457,7 +457,7 @@ module Jekyll
|
||||||
|
|
||||||
def relative_permalinks_deprecation_method
|
def relative_permalinks_deprecation_method
|
||||||
if config['relative_permalinks'] && has_relative_page?
|
if config['relative_permalinks'] && has_relative_page?
|
||||||
Jekyll.logger.warn "Deprecation:", "Starting in 2.0, permalinks for pages" +
|
Jekyll.logger.warn "Deprecation:", "Since v2.0, permalinks for pages" +
|
||||||
" in subfolders must be relative to the" +
|
" in subfolders must be relative to the" +
|
||||||
" site source directory, not the parent" +
|
" site source directory, not the parent" +
|
||||||
" directory. Check http://jekyllrb.com/docs/upgrading/"+
|
" directory. Check http://jekyllrb.com/docs/upgrading/"+
|
||||||
|
|
Loading…
Reference in New Issue