remove no-longer needed LSI accessor
LSI has been moved to another class (Jekyll::RelatedPosts), but this was left in Post.
This commit is contained in:
parent
75d6587d27
commit
86e007f970
|
@ -3,10 +3,6 @@ module Jekyll
|
||||||
include Comparable
|
include Comparable
|
||||||
include Convertible
|
include Convertible
|
||||||
|
|
||||||
class << self
|
|
||||||
attr_accessor :lsi
|
|
||||||
end
|
|
||||||
|
|
||||||
# Valid post name regex.
|
# Valid post name regex.
|
||||||
MATCHER = /^(.+\/)*(\d+-\d+-\d+)-(.*)(\.[^.]+)$/
|
MATCHER = /^(.+\/)*(\d+-\d+-\d+)-(.*)(\.[^.]+)$/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue