Skip to content

Instantly share code, notes, and snippets.

@stepankuzmin
Created August 19, 2014 11:02
Show Gist options
  • Save stepankuzmin/d23c1cf7f10dd4c6db17 to your computer and use it in GitHub Desktop.
Save stepankuzmin/d23c1cf7f10dd4c6db17 to your computer and use it in GitHub Desktop.
Jekyll posts by tag
{% for post in site.posts %}
{% for tag in post.tags %}
{% if tag == "star" %}
{{post.title}}
{% endif %}
{% endfor %}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment