class Jekyll::ArchivesV2::Archive

def to_liquid

The Liquid representation of this page.
def to_liquid
  @to_liquid ||= Jekyll::ArchivesV2::PageDrop.new(self)
end