Sha256: f30ba89ff98603e5bcebf54392bf6eed96d53f03211be171157a51ec04b98732
Contents?: true
Size: 469 Bytes
Versions: 5
Compression:
Stored size: 469 Bytes
Contents
{%- assign tocNodes = hierarchy | where_exp:"item", "item.name == page.id" | map: "items" | first -%} {%- if tocNodes.size > 0 -%} <hr> <h2 class="text-delta">Table of contents</h2> <ul> {%- for tocNode in tocNodes -%} <li> <a href="{{ tocNode.url | absolute_url }}">{{ tocNode.title }}</a> {%- if tocNode.summary -%} - {{ tocNode.summary }} {%- endif -%} </li> {%- endfor -%} </ul> {%- endif -%}
Version data entries
5 entries across 5 versions & 1 rubygems