From b29ce257c38db5213a0bd55c7dc1b34b3b1eb0da Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Tue, 8 Mar 2016 12:08:22 -0500 Subject: [PATCH] fix for history file title --- rake/site.rake | 2 +- site/_docs/history.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/rake/site.rake b/rake/site.rake index cb329c0e..b771e5d6 100644 --- a/rake/site.rake +++ b/rake/site.rake @@ -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" diff --git a/site/_docs/history.md b/site/_docs/history.md index 6ebeec3a..2d7aae77 100644 --- a/site/_docs/history.md +++ b/site/_docs/history.md @@ -1,5 +1,4 @@ --- -:title: History title: layout: docs permalink: "/docs/history/"