Sha256: 2bb7d9bcab7ba990a3a3e282d1efcdcc1becfb7a9fcc80e3185f5020bc5cfd41

Contents?: true

Size: 1.56 KB

Versions: 1

Compression:

Stored size: 1.56 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>
    {%- if site.copyright -%}
        <div role="contentinfo" class="copyright">
            <p>
                <i class="fa fa-copyright"></i> {{ __copyright }}
                {% if site.copyright.since -%}
                    {{ site.copyright.since | append: "-" }}
                {%- endif -%}
                {{ site.time | date: "%Y" }},
                {{ author }}
                {% if site.copyright.revision and site.github_metadata != false -%}
                    <span class="commit">
                        {{ __revision }} <code>{{ commit }}</code>
                    </span>
                {%- endif -%}
            </p>
        </div>
    {%- endif -%}
    <div role="contentinfo" class="copyright-rtd">
        Powered by <a href="https://rundocs.io">rundocs.io</a>
    </div>
</footer>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-rtd-theme-1.0.3 _includes/footer.liquid