Sha256: a450f6e4036c336b431f316c924b78b75d595191bbd1d4d39050a3cdf26658a0
Contents?: true
Size: 646 Bytes
Versions: 41
Compression:
Stored size: 646 Bytes
Contents
<ul> {%-for item in include.collection-%} <li> {%- if item.url -%} <a href="{{ item.url }}">{{ item.title }}</a> {%- else -%} {{ item.title }} {%- endif -%} </li> {%-if item.post_list-%} {% include post_list.html category=item.post_list.category limit=item.post_list.limit show_more=item.post_list.show_more show_more_text=item.post_list.show_more_text show_more_url=item.post_list.show_more_url -%} {%-endif-%} {%-if item.entries-%} {%-include menu_item.html collection=item.entries-%} {%-endif-%} {%-endfor-%} </ul>
Version data entries
41 entries across 41 versions & 4 rubygems