add collection.label to Document#to_liquid

This commit is contained in:
Bud Parr 2014-05-22 21:19:47 -04:00
parent 7a9bc641ee
commit 00ab79b7cf
1 changed files with 2 additions and 1 deletions

View File

@ -206,7 +206,8 @@ module Jekyll
"content" => content,
"path" => path,
"relative_path" => relative_path,
"url" => url
"url" => url,
"label" => collection.label
}
else
data