message no. 104442
Posted by Kabadoo in #jekyll at 2015-07-23T17:23:16Z
This is what I did {% assign posts=site.categories.folder2 %}<ul>{% for post in posts %}<li><a href="{{ post.url }}">{{ post.title }}</a></li>{% endfor %}</ul> . Inside folder2 I have another folder called _posts.