diff --git a/lib/jekyll/post.rb b/lib/jekyll/post.rb index caca9354..1d2bbb79 100644 --- a/lib/jekyll/post.rb +++ b/lib/jekyll/post.rb @@ -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