mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-28 03:01:03 -04:00
Add the 'title' variable to collection permalinks
This commit is contained in:
@@ -128,7 +128,8 @@ module Jekyll
|
||||
{
|
||||
collection: collection.label,
|
||||
path: cleaned_relative_path,
|
||||
output_ext: Jekyll::Renderer.new(site, self).output_ext
|
||||
output_ext: Jekyll::Renderer.new(site, self).output_ext,
|
||||
title: basename(".*")
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user