Skip to content

Instantly share code, notes, and snippets.

@stepankuzmin
Created August 20, 2014 14:56
Show Gist options
  • Save stepankuzmin/df08467e9d136a7b1e57 to your computer and use it in GitHub Desktop.
Save stepankuzmin/df08467e9d136a7b1e57 to your computer and use it in GitHub Desktop.
Filter Jekyll pages
{% assign starred = site.posts | where: "star", true %}
{% for post in starred %}
{{post.title}}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment