Sha256: 806d3892e5690f780ca6f374664aa34ad058331d4719c42b6d4a2ce1e461c3d0

Contents?: true

Size: 1.75 KB

Versions: 1

Compression:

Stored size: 1.75 KB

Contents

<footer>
    {%- if page.url != "/search.html" and page.url != "/404.html" -%}
        {%- if next or prev -%}
            <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
                {%- if prev -%}
                    <a href="{{ prev.url | relative_url }}" class="btn btn-neutral  float-left" title="{{ prev.title }}" accesskey="p" rel="prev">
                        <span class="fa fa-arrow-circle-left"></span> {{ __.previous | default: "Previous" }}
                    </a>
                {%- endif -%}
                {%- if next -%}
                    <a href="{{ next.url | relative_url }}" class="btn btn-neutral float-right" title="{{ next.title }}" accesskey="n" rel="next">
                        {{ __.next | default: "Next" }} <span class="fa fa-arrow-circle-right"></span>
                    </a>
                {%- endif -%}
            </div>
        {%- endif -%}
    {%- endif -%}
    <hr>
    <div role="contentinfo" class="copyright">
        <p>
            <i class="fa fa-copyright"></i>
            {%- assign created_time = rest_created_at | date: "%Y" -%}
            {%- assign updated_time = rest_updated_at | date: "%Y" -%}
            {%- if created_time == updated_time -%}
                {{ created_time }},
            {%- else -%}
                {{ created_time }}-{{ updated_time }},
            {%- endif %}
            <a href="{{ docs.owner_url }}" target="_blank">
                {{ author }}
            </a>
            {{ __.revision | default: "Revision" }}
            <a href="{{ docs.repository_url }}/commit/{{ docs.build_revision }}" title="{{ docs.build_revision }}" target="_blank">
                {{ docs.build_revision | slice: 0, 7 }}
            </a>
        </p>
    </div>
</footer>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-rtd-theme-1.1.8 _includes/class/_footer.liquid