Skip to content

Commit cc7a99f

Browse files
committed
styling
1 parent 1aa9527 commit cc7a99f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Rakefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ task :post do
6262
post.puts "---"
6363
post.puts "layout: post"
6464
post.puts "title: \"#{title.gsub(/-/,' ')}\""
65-
post.puts "description: \"\""
65+
post.puts 'description: ""'
6666
post.puts "category: "
6767
post.puts "tags: []"
6868
post.puts "---"
@@ -89,7 +89,7 @@ task :page do
8989
post.puts "---"
9090
post.puts "layout: page"
9191
post.puts "title: \"#{title}\""
92-
post.puts "description: \"\""
92+
post.puts 'description: ""'
9393
post.puts "---"
9494
post.puts "{% include JB/setup %}"
9595
end

0 commit comments

Comments
 (0)