diff --git a/Rakefile b/Rakefile index b62cfa8..26e901f 100644 --- a/Rakefile +++ b/Rakefile @@ -65,7 +65,7 @@ task :post do post.puts "title: \"#{title.gsub(/-/,' ')}\"" post.puts 'description: ""' post.puts "category: " - post.puts "tags: []" + post.puts "tags: #{tags}" post.puts "---" post.puts "{% include JB/setup %}" end