mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-31 17:58:29 -05:00
add collection.label to Document#to_liquid
This commit is contained in:
@@ -206,7 +206,8 @@ module Jekyll
|
||||
"content" => content,
|
||||
"path" => path,
|
||||
"relative_path" => relative_path,
|
||||
"url" => url
|
||||
"url" => url,
|
||||
"label" => collection.label
|
||||
}
|
||||
else
|
||||
data
|
||||
|
||||
Reference in New Issue
Block a user