{%- 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" -%}
Category; Description
Description
{% for cat in categories -%}
{%- if cat.parent_names %} {% for name in cat.parent_names %}{{ name }} ⟩ {% endfor %} {%- endif %} {{ cat.name }}
{%- assign cat_url_base = "admin/category/" | append: cat.id -%} {%- if cat.post_count > 0 %} View {{ cat.post_count }} Post{% unless cat.post_count == 1 %}s{% endunless -%} {%- endif %} Edit {%- assign cat_del_link = cat_url_base | append: "/delete" | relative_link -%} Delete
{%- if cat.description %}{{ cat.description.value }}{% else %}none{% endif %}
{%- endfor %}
{%- else -%}

This web log has no categories defined

{%- endif %}