Sha256: 4be381a94097ca02d6f74b867b645943694cfe077a8c7ec1dcea7652a60e31b9
Contents?: true
Size: 429 Bytes
Versions: 3
Compression:
Stored size: 429 Bytes
Contents
{%- if include.item.parent and include.item.parent != 'blank' and include.item.parent != 'home' -%} {%- assign parent = site.streams | where: 'category_id', include.item.parent | first -%} {%- include nova/utils/chain.liquid item=parent -%} /// {%- endif -%} {%- if include.item.category_id and include.item.category_id != 'blank' and include.item.category_id != 'home' -%} {{- include.item.category_id -}} {%- endif -%}
Version data entries
3 entries across 3 versions & 1 rubygems