diff --git a/lib/jekyll/excerpt.rb b/lib/jekyll/excerpt.rb index ce0c3351..fb63f5cb 100644 --- a/lib/jekyll/excerpt.rb +++ b/lib/jekyll/excerpt.rb @@ -31,6 +31,10 @@ module Jekyll (output && output.include?(something)) || content.include?(something) end + def render_all_layouts(layouts, payload, info) + output = content + end + # The UID for this post (useful in feeds). # e.g. /2008/11/05/my-awesome-post #