Skip to content

Instantly share code, notes, and snippets.

@cathysarisky
Created September 8, 2022 18:34
Show Gist options
  • Save cathysarisky/6426bce46a48942b8573f6c863eafb3c to your computer and use it in GitHub Desktop.
Save cathysarisky/6426bce46a48942b8573f6c863eafb3c to your computer and use it in GitHub Desktop.
Change order of posts in Ghost Ruby theme - featured posts first.
<style>
.post-feed .featured {order: -1;}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment