mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 09:18:11 -05:00
made post's YAML front matter available as post.data
This commit is contained in:
@@ -146,7 +146,8 @@ module Jekyll
|
||||
"url" => self.url,
|
||||
"date" => self.date,
|
||||
"id" => self.id,
|
||||
"content" => self.content }
|
||||
"content" => self.content,
|
||||
"data" => self.data }
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user