mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-01 02:05:35 -05:00
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:
@@ -3,10 +3,6 @@ module Jekyll
|
||||
include Comparable
|
||||
include Convertible
|
||||
|
||||
class << self
|
||||
attr_accessor :lsi
|
||||
end
|
||||
|
||||
# Valid post name regex.
|
||||
MATCHER = /^(.+\/)*(\d+-\d+-\d+)-(.*)(\.[^.]+)$/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user