Is there anyway to make Jekyll support linked list type post?
- by user300506
I've tried to write a post using a link list layout that I've created but couldn't get jekyll to generate properly. The problem should be in the index.html but I can't make the index page to generate both layout together.
{% for post in paginator.posts %}
{% include post.html %}
{% endfor %}