This commit is contained in:
Jade Dominguez 2012-03-24 12:52:28 -07:00
parent 1aa9527657
commit cc7a99f390

View file

@ -62,7 +62,7 @@ task :post do
post.puts "---"
post.puts "layout: post"
post.puts "title: \"#{title.gsub(/-/,' ')}\""
post.puts "description: \"\""
post.puts 'description: ""'
post.puts "category: "
post.puts "tags: []"
post.puts "---"
@ -89,7 +89,7 @@ task :page do
post.puts "---"
post.puts "layout: page"
post.puts "title: \"#{title}\""
post.puts "description: \"\""
post.puts 'description: ""'
post.puts "---"
post.puts "{% include JB/setup %}"
end