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:
maul.esel 2013-07-23 11:18:15 +02:00
parent 75d6587d27
commit 86e007f970
1 changed files with 0 additions and 4 deletions

View File

@ -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+)-(.*)(\.[^.]+)$/