Sha256: 80fa4a64e79052e4c53e2d5c0dc89d27cfb087ed1c2c2108d165048a9db2b6b9

Contents?: true

Size: 984 Bytes

Versions: 1

Compression:

Stored size: 984 Bytes

Contents

<header class="w-100 tc pv4 pv2-l ph4-l bb border-color avenir dt-l">
  <div class="dtc-l tl-l">
    {% if site.avatar %}
      <a class="dib-l v-mid-l mr2-l" href="{{ '/' | relative_url }}" title="Home">
        <img class="w3 w2-l h3 h2-l br-100 ba border-color" src="{{ site.avatar | relative_url }}" alt="avatar">
      </a>
    {% endif %}
    <h1 class="baskerville f2 f3-l mt2 mt0-l mb0 dib-l v-mid-l">
      <a class="body-color-dark hover-no-decoration" href="{{ '/' | relative_url }}" title="Home">{{ site.title }}</a>
    </h1>
    <h2 class="f6 mt2 body-color-light dn-l">{{ site.tagline }}</h2>
  </div>
  {% if site.data.navigation %}
    <nav class="dtc-l tr-l mt4 fw5">
      {% for item in site.data.navigation %}
        <a class="v-mid-l pa1 body-color-dark hover-line-through {% if page.url == item.url %}line-through{% endif %}" href="{{ item.url | relative_url }}">
          {{ item.title }}
        </a>
      {% endfor %}
      </nav>
  {% endif %}
</header>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-tfg-0.1.0 _includes/header.html