mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 01:08:26 -05:00
Just clarifying the Post#should_generate_excerpt?
This commit is contained in:
@@ -319,7 +319,7 @@ module Jekyll
|
||||
end
|
||||
|
||||
def should_generate_excerpt?
|
||||
site.config['excerpt_separator'].to_s != ""
|
||||
!(site.config['excerpt_separator'].to_s == "")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user