Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
plusjade committed Mar 24, 2012
1 parent 1aa9527 commit cc7a99f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -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 "---"
Expand All @@ -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
Expand Down

0 comments on commit cc7a99f

Please sign in to comment.