Sha256: 2bcc4f1c5b4ddc1b599d68319456844c47cf5217b778f0f598d4eac70b6dba24

Contents?: true

Size: 524 Bytes

Versions: 4

Compression:

Stored size: 524 Bytes

Contents

<header class="header small">
  <span class="title">
    <a href="{{ '/' | relative_url }}">{{ site.title }} <small class=subtitle></small></a>
  </span>
  <nav class="header-nav">
    <ul>
      {% for nav in site.nav %}
      <li>
        {% if nav.url contains 'http://' or nav.url contains 'https://' %}
        <a href="{{ nav.url }}">{{ nav.name }}</a>
        {% else %}
        <a href="{{ nav.url | relative_url }}">{{ nav.name }}</a>
        {% endif %}
      </li>
      {% endfor %}
    </ul>
  </nav>
</header>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-nan-1.0.4 _includes/header-small.html
jekyll-theme-nan-1.0.3 _includes/header-small.html
jekyll-theme-nan-1.0.2 _includes/header-small.html
jekyll-theme-nan-1.0.1 _includes/header-small.html