Sha256: 35e420b02c857169176c161d3c38b75c51870c3b7439d7e98d29fb9fb36edb07

Contents?: true

Size: 485 Bytes

Versions: 4

Compression:

Stored size: 485 Bytes

Contents

<!-- Header -->
<header id="header" {% if layout.name=="home" %}class="alt"{% endif %}>
    <h1 id="logo">
        <a href="index.html">
            {%- 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

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-twenty-0.1.12 _includes/header.html
jekyll-theme-twenty-0.1.11 _includes/header.html
jekyll-theme-twenty-0.1.10 _includes/header.html
jekyll-theme-twenty-0.1.9 _includes/header.html