Sha256: 07bbb81502876f0a76700eb97765a6fc4e46d7338c9b9622730e93c67ac5f3fc

Contents?: true

Size: 1.14 KB

Versions: 3

Compression:

Stored size: 1.14 KB

Contents

<footer>
    {%- if next or prev -%}
        <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
            {%- if next -%}
                <a href="{{ site.baseurl | append: next.url }}" class="btn btn-neutral float-right" title="{{ next.title }}" accesskey="n" rel="next">
                    {{- __next }} <span class="fa fa-arrow-circle-right"></span>
                </a>
            {%- endif -%}
            {%- if prev -%}
                <a href="{{ site.baseurl | append: prev.url }}" class="btn btn-neutral  float-left" title="{{ prev.title }}" accesskey="p" rel="prev">
                    <span class="fa fa-arrow-circle-left"></span> {{ __previous -}}
                </a>
            {%- endif -%}
        </div>
    {%- endif -%}
    <hr>
    <div role="contentinfo" class="copyright">
        <p>
            <i class="fa fa-copyright"></i> {{ __copyright }}
            {{ site.time | date: "%Y" }},
            {{ site.copyright | default: site.github.owner_name }}
            <span class="commit">
                {{ __revision }} <code>{{ commit }}</code>
            </span>
        </p>
    </div>
</footer>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-rtd-theme-0.1.1 _includes/footer.liquid
jekyll-rtd-theme-0.1.0 _includes/footer.liquid
jekyll-rtd-theme-0.0.1 _includes/footer.liquid