mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 09:18:11 -05:00
Override Excerpt#render_all_layouts to just assign content to output
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user