Sha256: d5d3d705a22976e5d7586cc3a8edc908415aa7784b21333d783c149f0a531fdc

Contents?: true

Size: 823 Bytes

Versions: 3

Compression:

Stored size: 823 Bytes

Contents

{%- assign url = include.url | default: page.url -%}
{%- assign next_url = url | split: '/' | pop | join: '/' | append: '/' -%}
{%- if next_url != '/' -%}
  {%- include nova/utils/breadcrumbs.liquid url = next_url collection = include.collection -%}
{%- endif -%}
{%- if include.url -%}
  {%- if include.collection -%}
    {%- assign col = site.collections | where: 'label', include.collection | first -%}
    {%- assign pg = col.docs | where: 'url', include.url | first -%}
  {%- else -%}
    {%- assign pg = site.pages | where: 'url', include.url | first -%}
  {%- endif -%}
  {%- if pg -%}
    ​<a class="fa-icon-{{- pg.icon | default: 'folder-open-black' -}}" href="{{- pg.url | relative_url -}}" title="{{ pg.description | default: pg.title }}">{{- pg.short | default: pg.title -}}</a>
  {%- endif -%}
{%- endif -%}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-shikhalev-0.1.0.8 _includes/nova/utils/breadcrumbs.liquid
jekyll-theme-shikhalev-0.1.0.6 _includes/nova/utils/breadcrumbs.liquid
jekyll-theme-shikhalev-0.1.0.5 _includes/nova/utils/breadcrumbs.liquid