Sha256: 77345d33eb596fabc4ab7f7d18e9ed7489d32fd6f1fd166675f2ca5f83b9fe1c

Contents?: true

Size: 185 Bytes

Versions: 2

Compression:

Stored size: 185 Bytes

Contents

<div class="dropdown-menu">
  {% for sub in include.item.items %}
    <a class="dropdown-item" href="{{ sub.href }}">
      {{ sub.title | markdownify }}
    </a>
  {% endfor %}
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
observatorio-jekyll-theme-0.1.3 _includes/subitem.html
observatorio-jekyll-theme-0.1.2 _includes/subitem.html