Merge remote-tracking branch 'origin/pull/cleanup-document__post_read' into pull/cleanup-document__post_read
* origin/pull/cleanup-document__post_read: add Utils.strip_heredoc Fix #4191: Reduce Document#post_read complexity slightly. Fix #4188: Extract title from filename successfully when dateless.
This commit is contained in:
commit
afff4f0bec
|
@ -443,7 +443,11 @@ module Jekyll
|
|||
super
|
||||
end
|
||||
end
|
||||
<<<<<<< HEAD
|
||||
|
||||
=======
|
||||
|
||||
>>>>>>> origin/pull/cleanup-document__post_read
|
||||
private # :nodoc:
|
||||
def generate_excerpt
|
||||
if generate_excerpt?
|
||||
|
|
Loading…
Reference in New Issue