Sha256: a346331da493eca6fcf589f56ef64e76d955f3c73c6315a7cd8e6c2d0483bb3f

Contents?: true

Size: 506 Bytes

Versions: 3

Compression:

Stored size: 506 Bytes

Contents

<!-- Header -->
<header id="header" {% if layout.name=="home" %}class="alt"{% endif %}>
    <h1 id="logo">
        <a href="{{ index.html | absolute_url }}">
            {%- if site.logo -%}
            <img src="{{ site.logo | absolute_url }}" width="32" height="32">
            &nbsp;
            {%- endif -%}
            {{ site.title }} <span>{% if site.subtitle.size < 16 %} {{ site.subtitle }} {% endif %}</span>
        </a>
    </h1>
    {% include navigation.html menu=include.menu %}
</header>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-twenty-0.1.16 _includes/header.html
jekyll-theme-twenty-0.1.15 _includes/header.html
jekyll-theme-twenty-0.1.14 _includes/header.html