From aac40dbed00a061e5e1db14c168d97a5f57d8b81 Mon Sep 17 00:00:00 2001 From: groundh0g Date: Fri, 27 Feb 2015 23:50:33 -0600 Subject: [PATCH] Fixes for issue #227. Needs testing, especially for rake tasks "post" and "page". --- Rakefile | 2 -- _posts/core-samples/2011-12-29-jekyll-introduction.md | 1 - 2 files changed, 3 deletions(-) diff --git a/Rakefile b/Rakefile index 0c0aa416dc..0852858269 100644 --- a/Rakefile +++ b/Rakefile @@ -69,7 +69,6 @@ task :post do post.puts "category: #{category}" post.puts "tags: #{tags}" post.puts "---" - post.puts "{% include JB/setup %}" end end # task :post @@ -94,7 +93,6 @@ task :page do post.puts "title: \"#{title}\"" post.puts 'description: ""' post.puts "---" - post.puts "{% include JB/setup %}" end end # task :page diff --git a/_posts/core-samples/2011-12-29-jekyll-introduction.md b/_posts/core-samples/2011-12-29-jekyll-introduction.md index 13fe3dc900..9db8387eb7 100644 --- a/_posts/core-samples/2011-12-29-jekyll-introduction.md +++ b/_posts/core-samples/2011-12-29-jekyll-introduction.md @@ -4,7 +4,6 @@ category : lessons tagline: "Supporting tagline" tags : [intro, beginner, jekyll, tutorial] --- -{% include JB/setup %} This Jekyll introduction will outline specifically what Jekyll is and why you would want to use it. Directly following the intro we'll learn exactly _how_ Jekyll does what it does.