fix for history file title
This commit is contained in:
parent
78acdc72e2
commit
b29ce257c3
|
@ -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', { :title => "History" })
|
siteify_file('History.markdown', { "title" => "History" })
|
||||||
end
|
end
|
||||||
|
|
||||||
desc "Copy the Code of Conduct"
|
desc "Copy the Code of Conduct"
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
:title: History
|
|
||||||
title:
|
title:
|
||||||
layout: docs
|
layout: docs
|
||||||
permalink: "/docs/history/"
|
permalink: "/docs/history/"
|
||||||
|
|
Loading…
Reference in New Issue