Sha256: 977115c770b1f592c32da1044ca4a5410723d5ea641245beee979c271559e882
Contents?: true
Size: 415 Bytes
Versions: 7
Compression:
Stored size: 415 Bytes
Contents
<ul> {% for item in include.collection %} <li> {% if item.url != false %} <a href="{{ item.url }}">{{ item.title }}</a> {% else %} {{ item.title }} {% endif %} {% if item.post_list == true %} {% include post_list.html %} {% endif %} {% if item.entries %} {% include vertical_list.html collection=item.entries %} {% endif %} </li> {% endfor %} </ul>
Version data entries
7 entries across 7 versions & 1 rubygems