made post's YAML front matter available as post.data

This commit is contained in:
remi 2008-12-20 12:45:30 -07:00
parent ed60ad6f72
commit 4c05729adc
1 changed files with 2 additions and 1 deletions

View File

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