views:

18

answers:

0

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 %}