From 153db8a230da4919fd9f296c557739623415f535 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sat, 17 Jan 2015 15:01:08 -0800 Subject: [PATCH] Update site history. [ci skip] --- Rakefile | 3 +-- site/_docs/history.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Rakefile b/Rakefile index 0b52c85d2c4..1b3e7e67652 100644 --- a/Rakefile +++ b/Rakefile @@ -238,8 +238,7 @@ namespace :site do front_matter = { "layout" => "docs", "title" => "History", - "permalink" => "/docs/history/", - "prev_section" => "contributing" + "permalink" => "/docs/history/" } Dir.chdir('site/_docs/') do File.open("history.md", "w") do |file| diff --git a/site/_docs/history.md b/site/_docs/history.md index 01b77d273d6..346dc131097 100644 --- a/site/_docs/history.md +++ b/site/_docs/history.md @@ -549,7 +549,7 @@ permalink: "/docs/history/" - Add `Jekyll::LiquidExtensions` with `.lookup_variable` method for easy looking up of variable values in a Liquid context. ([#2253]({{ site.repository }}/issues/2253)) - Remove literal lang name from class ([#2292]({{ site.repository }}/issues/2292)) -- Return `utf-8` encoding in header for webrick error page response ([#2289]({{ site.repository }}/issues/2289)) +- Return `utf-8` encoding in header for webrick error page response ([#2289]({{ site.repository }}/issues/2289)) - Make template site easier to customize ([#2268]({{ site.repository }}/issues/2268)) - Add two-digit year to permalink template option ([#2301]({{ site.repository }}/issues/2301)) - Add `site.documents` to Liquid payload (list of all docs) ([#2295]({{ site.repository }}/issues/2295))