<!– Header –> <header id=“header” class=“{{ include.class | default: '' }}”>

<a href="{{ '' | absolute_url }}" class="logo">
    <span class="title">
        <strong>{{ include.title }}</strong>
    </span>
    <span class="subtitle"> - {{ include.subtitle }}</span>
</a>

</header>