message no. 8498
Posted by ghostrural in #jekyll at 2013-09-12T01:29:52Z
I'm using a plugin that generates pages for each category. In the template I've got the following loop - {% for post in site.categories.catname %} - this only shows posts with the category "catname". What would I put in the loop that shows the posts in whichever category you're looking at?