mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-31 01:38:24 -05:00
start with Excerpt#output, otherwise call #to_s
This commit is contained in:
@@ -109,7 +109,7 @@ module Jekyll
|
||||
if self.data.has_key? 'excerpt'
|
||||
self.data['excerpt']
|
||||
else
|
||||
self.extracted_excerpt.to_s
|
||||
self.extracted_excerpt.output || self.extracted_excerpt.to_s
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user