class Jekyll::ArchivesV2::Archive
def title
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
def title @title if @title.is_a? String end