Sha256: 60b656ded4b8b3e65d4a6ef3c9de509b1b6081ef5f6d3e5c9c9a7449bedbf234

Contents?: true

Size: 514 Bytes

Versions: 1

Compression:

Stored size: 514 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 %}
    {% include language.html %}
</header>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-twenty-0.1.7 _includes/header.html