Sha256: 5c86b678b9273106ff488aa4d510ef1ed0f21c9f968e934d94d639e626f89dfb

Contents?: true

Size: 991 Bytes

Versions: 3

Compression:

Stored size: 991 Bytes

Contents

{% assign cover = site.cover %}
{% if page.cover %}
  {% assign cover = page.cover %}
{% endif %}
<header class="site-header large-header"{% if cover %} style="background-image: url({{ cover | relative_url }})"{% endif %}>
  <div class="site-header-shield">
    <div class="outer">
      <div class="inner">
        <div class="site-header-content">
          <h2 class="site-title">
            <a href="{{ '/' | relative_url }}">{{ site.title }}</a>
          </h2>
          {% if site.tagline %}
            <h5 class="site-tagline">{{ site.tagline }}</h5>
          {% endif %}
        </div>
        {% 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>
  </div>
</header>

Version data entries

3 entries across 3 versions & 1 rubygems

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