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 59d6a7b commit 1aa9527Copy full SHA for 1aa9527
Rakefile
@@ -62,6 +62,7 @@ task :post do
62
post.puts "---"
63
post.puts "layout: post"
64
post.puts "title: \"#{title.gsub(/-/,' ')}\""
65
+ post.puts "description: \"\""
66
post.puts "category: "
67
post.puts "tags: []"
68
@@ -88,6 +89,7 @@ task :page do
88
89
90
post.puts "layout: page"
91
post.puts "title: \"#{title}\""
92
93
94
post.puts "{% include JB/setup %}"
95
end
0 commit comments