Sha256: 39e0df3480888cfbf447a48711426c03f10da9eb5f46ba1275abf851ae7f9c54

Contents?: true

Size: 569 Bytes

Versions: 3

Compression:

Stored size: 569 Bytes

Contents

<header class="site-header outer">
  <div class="inner">
    <div class="site-header-small-content">
      <h4 class="site-title">
        <a href="{{ '/' | relative_url }}">{{ site.title }}</a>
      </h4>
      {% if site.data.navigation %}
        <nav class="nav">
          {% for item in site.data.navigation %}
            <a class="nav-item {% if page.url == item.url %}active{% endif %}" href="{{ item.url | relative_url }}">
              {{ item.title }}
            </a>
          {% endfor %}
        </nav>
      {% endif %}
    </div>
  </div>
</header>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-quartz-0.1.2 _includes/header-small.html
jekyll-theme-quartz-0.1.1 _includes/header-small.html
jekyll-theme-quartz-0.1.0 _includes/header-small.html