class Jekyll::ArchivesV2::Archive

def title

date-based archives.
Returns a String (for tag and category archives) and nil for

Produce a title object suitable for Liquid based on type of archive.
def title
  @title if @title.is_a? String
end