Created
October 10, 2016 10:27
-
-
Save agragregra/7d38e4bc504a889940716cbf91b039c8 to your computer and use it in GitHub Desktop.
Jekyll Category Post List
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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