{%- assign cat_count = categories | size -%} {% if cat_count > 0 %} {%- assign cat_col = "col-12 col-md-6 col-xl-5 col-xxl-4" -%} {%- assign desc_col = "col-12 col-md-6 col-xl-7 col-xxl-8" -%} {% for cat in categories -%}
{%- if cat.parent_names %} {% for name in cat.parent_names %}{{ name }} ⟩ {% endfor %} {%- endif %} {{ cat.name }}
{%- if cat.post_count > 0 %} View {{ cat.post_count }} Post{% unless cat.post_count == 1 %}s{% endunless -%} {%- endif %} {%- capture cat_edit %}admin/category/{{ cat.id }}/edit{% endcapture -%} Edit {%- capture cat_del %}admin/category/{{ cat.id }}/delete{% endcapture -%} {%- capture cat_del_link %}{{ cat_del | relative_link }}{% endcapture -%} Delete
{%- if cat.description %}{{ cat.description.value }}{% else %}none{% endif %}
{%- endfor %} {%- else -%}
This web log has no categores defined
{%- endif %}