Skip to content

Instantly share code, notes, and snippets.

@teamcoltra
Created November 19, 2012 22:15
Show Gist options
  • Save teamcoltra/4114398 to your computer and use it in GitHub Desktop.
Save teamcoltra/4114398 to your computer and use it in GitHub Desktop.
Does this reverse posts order?
site.config = site.config.deep_merge({
'gallery' => site.gallery.sort { |a, b| b <=> a },
'gallery_old_first' => site.gallery
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment