make it compatible with category feed [skip-ci]

This commit is contained in:
Frank Taillandier 2019-02-15 21:03:53 +01:00
parent 8d7ef662bc
commit 403f526275
No known key found for this signature in database
GPG Key ID: E73258E3F50AEB7E
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ namespace :site do
post.puts("date: #{Time.new.strftime("%Y-%m-%d %H:%M:%S %z")}")
post.puts("author: ")
post.puts("version: #{release}")
post.puts("categories: [release]")
post.puts("category: release")
post.puts("---")
post.puts
post.puts