Skip to content

Commit 010d99f

Browse files
committed
Merge pull request #171 from coding46/patch-1
[FIX] Fix tags output in :post task
2 parents f667a9b + af9c45d commit 010d99f

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)