We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa9527 commit cc7a99fCopy full SHA for cc7a99f
Rakefile
@@ -62,7 +62,7 @@ task :post do
62
post.puts "---"
63
post.puts "layout: post"
64
post.puts "title: \"#{title.gsub(/-/,' ')}\""
65
- post.puts "description: \"\""
+ post.puts 'description: ""'
66
post.puts "category: "
67
post.puts "tags: []"
68
@@ -89,7 +89,7 @@ task :page do
89
90
post.puts "layout: page"
91
post.puts "title: \"#{title}\""
92
93
94
post.puts "{% include JB/setup %}"
95
end
0 commit comments