Sha256: 673beb8a2a23dbbbc042530ca3b6702cf75c0f61da86fc114b38b82356abfab1

Contents?: true

Size: 1.12 KB

Versions: 5

Compression:

Stored size: 1.12 KB

Contents

<!-- Header -->

<header>
    <div class="grid-x grid-padding-x grid-padding-y align-center">
        <div class="cell small-1 text-left">
            <div data-sticky-container>
                <div class="sticky" data-sticky data-sticky-on="small">
                    <button class="hide-for-large" type="button" data-toggle="nav">
                        <i data-feather="sidebar"></i>
                    </button>
                </div>
            </div>
        </div>
        
        <div id="top" class="cell small-10 text-center">
            {% if page.layout == 'home' %}
            {% include home/title.html %}
            {% else %}
            {% include post/title.html %}
            {% endif %}
        </div>
        
        <div class="cell small-1 text-right">
            <div data-sticky-container>
                <div class="sticky" data-sticky data-sticky-on="small">
                    <button class="hide-for-large" type="button" data-toggle="side">
                        <i data-feather="menu"></i>
                    </button>
                </div>
            </div>
        </div>
    </div>
</header>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-bhautiki-0.1.7 _includes/header.html
jekyll-bhautiki-0.1.6 _includes/header.html
jekyll-bhautiki-0.1.5 _includes/header.html
jekyll-bhautiki-0.1.4 _includes/header.html
jekyll-bhautiki-0.1.3 _includes/header.html