Sha256: 7701c6fbd26ac2cff6b6c3bc6be9edce80f94fd0376e7d0c9910699d1841c50b
Contents?: true
Size: 541 Bytes
Versions: 2
Compression:
Stored size: 541 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> {%- assign sorted_nodes = tocNodes | sort_natural:"nav_order" -%} <ul> {%- for tocNode in sorted_nodes -%} <li> <a href="{{ tocNode.url | absolute_url }}">{{ tocNode.title }}</a> {%- if tocNode.summary -%} - {{ tocNode.summary }} {%- endif -%} </li> {%- endfor -%} </ul> {%- endif -%}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dendron-jekyll-0.3.12 | _includes/toc.html |
dendron-jekyll-0.3.11 | _includes/toc.html |