mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 09:18:11 -05:00
Merge pull request #4062 from jekyll/allow-excerpt-to-live
Merge pull request 4062
This commit is contained in:
@@ -307,7 +307,7 @@ module Jekyll
|
||||
populate_tags
|
||||
|
||||
if generate_excerpt?
|
||||
data['excerpt'] = Jekyll::Excerpt.new(self)
|
||||
data['excerpt'] ||= Jekyll::Excerpt.new(self)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user