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

Version Path
dendron-jekyll-0.3.6 _includes/toc.html
dendron-jekyll-0.3.5 _includes/toc.html
dendron-jekyll-0.3.4 _includes/toc.html
dendron-jekyll-0.3.3 _includes/toc.html
dendron-jekyll-0.3.2 _includes/toc.html