Sha256: c5e140bf9dcbe91f5960b02c363d153765ecad47f2c7b71691a5b598dfc7ad00
Contents?: true
Size: 647 Bytes
Versions: 56
Compression:
Stored size: 647 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
56 entries across 56 versions & 1 rubygems