class Jekyll::ArchivesV2::Archives

def months(year_documents)

Custom `post_attr_hash` method for months
def months(year_documents)
  date_attr_hash(year_documents, "%m")
end