Sha256: d9f9d890c6877d0d7b4f3b4bb4b9cbaf2f1ce60c06691ed8e90cbc548cff00b4

Contents?: true

Size: 1.77 KB

Versions: 4

Compression:

Stored size: 1.77 KB

Contents

<!-- Footer -->

<footer>
    <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-stick-to="bottom" data-sticky data-sticky-on="small">
                    <button id="mode" type="button">
                        <i data-feather="moon"></i>
                    </button>
                </div>
            </div>
        </div>

        <div class="cell small-6 text-left">
            {% if page.layout == 'post' %}
            Written by
            {% if page.author %}
            <strong>{{- page.author -}}</strong>
            {% elsif page.authors %}
            <strong>{{- page.authors | first -}}</strong> et al.
            {% else %}
            <strong>{{- site.author.name -}}</strong>
            {% endif %}
            {% if page.date %}
            on <strong>{{ page.date | date: "%d %B %Y" }}</strong>.
            {% endif %}
            {% endif %}
        </div>

        <div class="cell small-4 text-right">
            {% if page.layout == 'post' %}
            <a href="{{ site.data.messages.copyright.url }}" target="_blank">
            {{- site.data.messages.copyright.text -}}
            </a>
            {% endif %}
        </div>
    
        <div class="cell small-1 text-right">
            <a href="#top" data-smooth-scroll>
                <div data-sticky-container>
                    <div class="sticky" data-stick-to="bottom" data-sticky data-sticky-on="small">
                        <button type="button" data-toggle="up">
                            <i data-feather="arrow-up-circle"></i>
                        </button>
                    </div>
                </div>
            </a>
        </div>
    </div>
</footer>

Version data entries

4 entries across 4 versions & 1 rubygems

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