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:
@@ -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