Sha256: 6a85b6e3295c1be86c63d7430cba9028ff1f4951e9826621654285ff22e6eb19

Contents?: true

Size: 195 Bytes

Versions: 7

Compression:

Stored size: 195 Bytes

Contents

<ul class="horizontal-list">
  {% for item in include.collection %}
    <li>
      <a href="{{ item.url }}">
        {{ item.title }}
      </a>
      &nbsp;&nbsp;
    </li>
  {% endfor %}
</ul>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
moonwalk-0.1.3 _includes/horizontal_list.html
moonwalk-0.1.2 _includes/horizontal_list.html
moonwalk-0.1.1 _includes/horizontal_list.html
moonwalk-0.0.4 _includes/horizontal_list.html
moonwalk-0.0.3 _includes/horizontal_list.html
moonwalk-0.0.2 _includes/horizontal_list.html
moonwalk-0.0.1 _includes/horizontal_list.html