Is there anyway to make Jekyll support linked list type post?

Posted by user300506 on Stack Overflow See other posts from Stack Overflow or by user300506
Published on 2010-03-24T04:11:09Z Indexed on 2010/03/24 4:13 UTC
Read the original article Hit count: 243

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about rubygems

Related posts about ruby-on-rails