class Jekyll::Drops::SiteDrop

def collections

def collections
  @site_collections ||= @obj.collections.values.sort_by(&:label).map(&:to_liquid)
end