From e44cfe29a86c5c7fb7556dda86929396e896efb7 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sat, 2 Aug 2014 00:01:59 -0400 Subject: [PATCH] No longer set "permalink: pretty" in the _config.yml for the site template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This causes unintuitive behaviour that doesn’t align with the documentation. Fixes #2399. --- lib/site_template/_config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/site_template/_config.yml b/lib/site_template/_config.yml index f51539b9..2f03e74d 100644 --- a/lib/site_template/_config.yml +++ b/lib/site_template/_config.yml @@ -12,4 +12,3 @@ github_username: jekyll # Build settings markdown: kramdown -permalink: pretty