mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-06 03:01:43 -04:00
Change :title to :name
This commit is contained in:
@@ -129,7 +129,7 @@ module Jekyll
|
||||
collection: collection.label,
|
||||
path: cleaned_relative_path,
|
||||
output_ext: Jekyll::Renderer.new(site, self).output_ext,
|
||||
title: basename(".*")
|
||||
name: basename(".*")
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
@@ -192,7 +192,7 @@ class TestDocument < Test::Unit::TestCase
|
||||
"collections" => {
|
||||
"slides" => {
|
||||
"output" => true,
|
||||
"permalink" => "/slides/test/:title"
|
||||
"permalink" => "/slides/test/:name"
|
||||
}
|
||||
},
|
||||
"source" => source_dir,
|
||||
|
||||
Reference in New Issue
Block a user