{% capture workspace %} {% assign color = page.color | default: site.color %} {% assign name = include.name | default: "CATEGORY" %} {% assign count = include.count | default: 0 %} {% assign href = "/categories/" | append: name | relative_url %} {% assign title = include.title | default: false %} {% if title %} {% assign a = "mx-px text-4xl text-color-100 text-opacity-75 flex items-center" %} {% else %} {% assign a = "mx-px text-sm text-color-500 text-opacity-75 flex items-center" %} {% endif %} {% if title %} {% assign svg = "h-8 w-8 m-1" %} {% else %} {% assign svg = "h-4 w-4" %} {% endif %} {% capture output %} {{ name }}{% if count > 0 %}{{ count }}{% endif %} {% endcapture %} {% endcapture %}{{ output | strip }}