Skip to content

Instantly share code, notes, and snippets.

@agragregra
Created October 10, 2016 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save agragregra/7d38e4bc504a889940716cbf91b039c8 to your computer and use it in GitHub Desktop.
Save agragregra/7d38e4bc504a889940716cbf91b039c8 to your computer and use it in GitHub Desktop.
Jekyll Category Post List
{% for post in site.categories.[page.category] limit: 8 %}
{% include photo-item.html %}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment