Sha256: bd83f90e10142f879b03eea5edebb311dc40bcd9d905c61354cd64d4c0e1e8a7
Contents?: true
Size: 607 Bytes
Versions: 7
Compression:
Stored size: 607 Bytes
Contents
{%- include reset/workdir.liquid workdir=page.dir -%} {% comment %} prev and next {% endcomment %} {%- assign index = 0 -%} {%- for item in workdir_files %} {%- if item.url == page.url %} {%- assign index = forloop.index -%} {%- endif %} {%- endfor -%} {%- for item in workdir_files -%} {%- assign index_prev = index | minus: 1 -%} {%- assign index_next = index | plus: 1 -%} {%- if forloop.index == index_prev -%} {%- assign prev = item -%} {%- endif %} {%- if forloop.index == index_next -%} {%- assign next = item -%} {%- endif %} {%- endfor -%}
Version data entries
7 entries across 7 versions & 1 rubygems