Just clarifying the Post#should_generate_excerpt?
This commit is contained in:
parent
3af0e2ea4c
commit
cb8bc5accc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue