Not automatically deprecated.

This commit is contained in:
Parker Moore 2013-05-12 01:19:04 +02:00
parent d9f0dce67d
commit c59cfcfd2e
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ module Jekyll
site.pages.each do |page|
if page.uses_relative_permalinks
Jekyll::Logger.warn "Deprecation:", "'#{page.path}' uses relative" +
" permalinks which will be automatically" +
" deprecated in Jekyll v1.1."
" permalinks which will be deprecated in" +
" Jekyll v1.1 and beyond."
contains_deprecated_pages = true
end
end