Skip to content

Commit af9c45d

Browse files
committed
[FIX] Fix tags output in :post task
1 parent 46f4a26 commit af9c45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ task :post do
6565
post.puts "title: \"#{title.gsub(/-/,' ')}\""
6666
post.puts 'description: ""'
6767
post.puts "category: "
68-
post.puts "tags: []"
68+
post.puts "tags: #{tags}"
6969
post.puts "---"
7070
post.puts "{% include JB/setup %}"
7171
end

0 commit comments

Comments
 (0)