class Jekyll::Drops::SiteDrop

def posts

def posts
  @site_posts ||= @obj.posts.docs.sort { |a, b| b <=> a }
end