Sha256: 876666b91d4cf9abfcc0e68ba945227c9d71423526f1bf123470c951e483fbdf

Contents?: true

Size: 1.16 KB

Versions: 7

Compression:

Stored size: 1.16 KB

Contents

<header class="header">
  <div class="image-cropper">
    <img src="/assets/img/me.jpg" class="rounded" />
  </div>
  <a class="brand-title" href="{{ '/' | relative_url }}">{{ site.title }}</a>
  <p class="brand-tagline">{{ site.tagline }}</p>

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

  {% if site.data.social %}
    <div class="social pure-menu pure-menu-horizontal">
      <ul class="social-list pure-menu-list">
        {% for social in site.data.social %}
          <li class="social-item pure-menu-item">
            <a class="pure-menu-link pure-button" href="{{ social.url }}" target="_blank">
              <i class="{{ social.icon | default: 'fas fa-link' }}" title="{{ social.title }}"></i>
            </a>
          </li>
        {% endfor %}
      </ul>
    </div>
  {% endif %}
</header>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
daydream-theme-1.1.0 _includes/header.html
daydream-theme-1.0.4 _includes/header.html
daydream-theme-1.0.3 _includes/header.html
daydream-theme-1.0.2 _includes/header.html
daydream-theme-1.0.1 _includes/header.html
daydream-theme-1.0.0 _includes/header.html
daydream-theme-0.1.0 _includes/header.html