[FIX] Fix tags output in :post task
This commit is contained in:
parent
46f4a2682d
commit
af9c45d973
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -65,7 +65,7 @@ task :post do
|
||||||
post.puts "title: \"#{title.gsub(/-/,' ')}\""
|
post.puts "title: \"#{title.gsub(/-/,' ')}\""
|
||||||
post.puts 'description: ""'
|
post.puts 'description: ""'
|
||||||
post.puts "category: "
|
post.puts "category: "
|
||||||
post.puts "tags: []"
|
post.puts "tags: #{tags}"
|
||||||
post.puts "---"
|
post.puts "---"
|
||||||
post.puts "{% include JB/setup %}"
|
post.puts "{% include JB/setup %}"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue