memoize drop
This commit is contained in:
parent
3797b19a7d
commit
7885669ee6
|
@ -46,7 +46,7 @@ module Jekyll
|
|||
end
|
||||
|
||||
def drop
|
||||
Jekyll::SeoTag::Drop.new(@text, @context)
|
||||
@drop ||= Jekyll::SeoTag::Drop.new(@text, @context)
|
||||
end
|
||||
|
||||
def info
|
||||
|
|
Loading…
Reference in New Issue