styling
This commit is contained in:
parent
1aa9527657
commit
cc7a99f390
1 changed files with 2 additions and 2 deletions
4
Rakefile
4
Rakefile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue