From a7776f827945c2df01f117e3e1bf29ffec5fe716 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Tue, 6 May 2014 13:04:12 -0400 Subject: [PATCH] Set relative_permalinks to false to deprecate! --- lib/jekyll/configuration.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/jekyll/configuration.rb b/lib/jekyll/configuration.rb index ca055329..7089c779 100644 --- a/lib/jekyll/configuration.rb +++ b/lib/jekyll/configuration.rb @@ -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',