Sha256: fe7e8ee30c1505dde2c2ffd135c3ac97442a8b410e1c6d1b9419e530edd8ba3e
Contents?: true
Size: 1.72 KB
Versions: 8
Compression:
Stored size: 1.72 KB
Contents
{% comment %} prev and next {% endcomment %} {%- if page.url != "/search.html" and page.url != "/404.html" -%} {%- if next or prev -%} <div class="navigation-bottom d-flex flex-justify-between py-3" role="navigation" aria-label="footer navigation"> <div class="prev"> {%- if prev -%} <a href="{{ prev.url | relative_url }}" class="btn" title="{{ prev.title }}" accesskey="p" rel="prev"> <i class="fa fa-arrow-circle-left"></i> {{ __.previous | default: "Previous" }} </a> {%- endif -%} </div> <div class="next"> {%- if next -%} <a href="{{ next.url | relative_url }}" class="btn" title="{{ next.title }}" accesskey="n" rel="next"> {{ __.next | default: "Next" }} <i class="fa fa-arrow-circle-right"></i> </a> {%- endif -%} </div> </div> {%- endif -%} {%- endif -%} <hr> <div class="copyright text-center text-gray" role="contentinfo"> <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 class="text-gray" href="{{ docs.owner_url }}" target="_blank"> {{ author }} </a> {{ __.revision | default: "Revision" }} <a class="text-gray" href="{{ docs.repository_url }}/commit/{{ docs.build_revision }}" title="{{ docs.build_revision }}" target="_blank"> {{ docs.build_revision | slice: 0, 7 }} </a> </div>
Version data entries
8 entries across 8 versions & 1 rubygems