remove title of history file

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

View File

@ -1,5 +1,3 @@
# History
## HEAD ## HEAD
### Minor Enhancements ### Minor Enhancements

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." desc "Create a nicely formatted history page for the jekyll site based on the repo history."
task :history do task :history do
siteify_file('History.markdown') siteify_file('History.markdown', { title: "History" })
end end
desc "Copy the Code of Conduct" desc "Copy the Code of Conduct"