Sha256: 26ebae613273b5d659b228b10de4549be99b130cf7e7ccf4e992c957bbf864c0

Contents?: true

Size: 577 Bytes

Versions: 11

Compression:

Stored size: 577 Bytes

Contents

{%- for node in site.html_pages -%}
  {%- if page.prev_title == node.title -%}
    {%- assign prev_url = node.url -%}
  {%- endif -%}
  {%- if page.next_title == node.title -%}
    {%- assign next_url = node.url -%}
  {%- endif -%}
{%- endfor -%}
<div id="prevnext">
  {%- if prev_url -%}
    <span class="prev"><a href="{{prev_url | relative_url}}">☜ {{page.prev_title}}</a></span>
  {%- endif -%}
  {%- if next_url -%}
    <span class="next"><a href="{{next_url | relative_url}}">{{page.next_title}} ☞</a></span>
  {%- endif -%}
  <span class="clear">&nbsp;</span>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
polyphony-0.41 docs/_includes/prevnext.html
polyphony-0.40 docs/_includes/prevnext.html
polyphony-0.39 docs/_includes/prevnext.html
polyphony-0.38 docs/_includes/prevnext.html
polyphony-0.36 docs/_includes/prevnext.html
polyphony-0.34 docs/_includes/prevnext.html
polyphony-0.33 docs/_includes/prevnext.html
polyphony-0.32 docs/_includes/prevnext.html
polyphony-0.31 docs/_includes/prevnext.html
polyphony-0.30 docs/_includes/prevnext.html
polyphony-0.29 docs/_includes/prevnext.html