parent
29fdc0946a
commit
571fb95cc1
|
@ -419,7 +419,7 @@ module Jekyll
|
||||||
end
|
end
|
||||||
|
|
||||||
def has_yaml_header?(file)
|
def has_yaml_header?(file)
|
||||||
!!(File.open(file, "rb").read =~ /\A---\r?\n/)
|
!!(File.open(file, "rb").read(5) =~ /\A---\r?\n/)
|
||||||
end
|
end
|
||||||
|
|
||||||
def limit_posts!
|
def limit_posts!
|
||||||
|
|
Loading…
Reference in New Issue