Update site history. [ci skip]
This commit is contained in:
parent
8692822631
commit
153db8a230
3
Rakefile
3
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|
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue