Sha256: c6be817351805be42b71834049af2a0db15d8ff3da3d26116c1333a5c970dd1d

Contents?: true

Size: 582 Bytes

Versions: 9

Compression:

Stored size: 582 Bytes

Contents

<header class="masthead">
  <div class="masthead-title">
    <a href="{{ '/' | relative_url }}" title="Home">{{ site.title }}</a>
    <small class="tagline">{{ site.tagline }}</small>
  </div>

  {% if site.data.navigation %}
    <nav class="nav">
      <ul class="nav-list">
      {% for item in site.data.navigation %}
        <li class="nav-item">
          <a href="{{ item.url | relative_url }}" class="{% if page.url == item.url %}current{% endif %}">
            {{ item.title }}
          </a>
        </li>
      {% endfor %}
      </ul>
    </nav>
  {% endif %}
</header>

Version data entries

9 entries across 9 versions & 4 rubygems

Version Path
coppermind-3.3 _includes/header.html
coppermind-3.2 _includes/header.html
coppermind-3.1 _includes/header.html
coppermind-3.0 _includes/header.html
coppermind-2.3 _includes/header.html
coppermind-0.2.0 _includes/header.html
testc100-0.1.7 _includes/header.html
monophase-0.1.0 _includes/header.html
pole-0.1.0 _includes/header.html