diff --git a/lib/jekyll/convertible.rb b/lib/jekyll/convertible.rb index ebb6f6de..a1740611 100644 --- a/lib/jekyll/convertible.rb +++ b/lib/jekyll/convertible.rb @@ -34,7 +34,7 @@ module Jekyll end end - # Add any necessary layouts to this post + # Add any necessary layouts to this convertible document # +layouts+ is a Hash of {"name" => "layout"} # +site_payload+ is the site payload hash # @@ -42,7 +42,6 @@ module Jekyll def do_layout(payload, layouts, site_payload) # construct payload payload = payload.merge(site_payload) - # render content self.content = Liquid::Template.parse(self.content).render(payload, [Jekyll::Filters]) self.transform @@ -60,4 +59,4 @@ module Jekyll end end end -end \ No newline at end of file +end