Sha256: bb2a74e605d8888970c4661013c5f593bf1eccd7dc004e14a3cbe98e7dbee74c

Contents?: true

Size: 1.09 KB

Versions: 3

Compression:

Stored size: 1.09 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" }},
            {{ author }}
            <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.5 _includes/footer.liquid
jekyll-rtd-theme-0.1.4 _includes/footer.liquid
jekyll-rtd-theme-0.1.2 _includes/footer.liquid