Sha256: 9150840b612c3d9fc438279fce761e8c4c5350bf10e927c672cc9296bf801115

Contents?: true

Size: 274 Bytes

Versions: 6

Compression:

Stored size: 274 Bytes

Contents

<div class="nav-drop">
  <div class="nav-body">
    {% for item in site.data.nav %}
      <a href="{{ item.path | relative_url}}" class="nav-item">{{ item.title | escape }}</a>
    {%- endfor -%}

    <div class="nav-close"></div>
  </div>
</div>
{%- include header.html -%}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jekyll-swift-theme-0.3.2 _includes/nav.html
jekyll-swift-theme-0.3.1 _includes/nav.html
jekyll-swift-theme-0.3.0 _includes/nav.html
jekyll-swift-theme-0.2.0 _includes/nav.html
jekyll-swift-theme-0.1.1 _includes/nav.html
jekyll-swift-theme-0.1.0 _includes/nav.html