use rocket hashes

This commit is contained in:
Ben Balter 2016-03-08 11:52:33 -05:00
parent 06ee9bcff4
commit ea84ac9b04
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ namespace :site do
desc "Create a nicely formatted history page for the jekyll site based on the repo history."
task :history do
siteify_file('History.markdown', { title: "History" })
siteify_file('History.markdown', { :title => "History" })
end
desc "Copy the Code of Conduct"